Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
java-library-glpi
Commits
a0de752e
Commit
a0de752e
authored
Oct 18, 2017
by
Naylin Medina
Committed by
Alexander Salas Bastidas
Oct 18, 2017
Browse files
docs(github): add pull request template
parent
896192c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
View file @
a0de752e
## Checklist
Please check if your PR fulfills the following requirements:
-
[
] The commit message follows our guidelines: [Conventional Commit
](
https://github.com/flyve-mdm/android-library-glpi/blob/develop/CONTRIBUTING.md#submit-a-pull-request
)
-
[ ] Tests for the changes have been added (for bug fixes / features)
-
[ ] Docs have been added / updated (for bug fixes / features)
## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
```
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
Issue # N/A
## What is the new behavior?
## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
## Other information
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment