Skip to content

Instantly share code, notes, and snippets.

@bastienlemaitre
Created September 30, 2020 15:28
Show Gist options
  • Save bastienlemaitre/4d8bd5bcdbe2cd2cb6305e02ff4705e2 to your computer and use it in GitHub Desktop.
Save bastienlemaitre/4d8bd5bcdbe2cd2cb6305e02ff4705e2 to your computer and use it in GitHub Desktop.
PULL_REQUEST_TEMPLATE
## Jira issue
https://socloz.atlassian.net/browse/FS-..... or https://socloz.atlassian.net/browse/SCRUM-.....
## Context
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Improvement
- [ ] This change requires a documentation update
## Updates
Some information are updated or added :
- Item1 .....
- Item2 .....
- ect .....
## Points of uncertainty
Please include a summary ...
## I did the following tasks :
- [ ] Implementation of unit tests via JUnit.
- [ ] The code is commented, at the annotation level and inside my function.
- [ ] The technical documentation is written or updated.
- [ ] The link to the documentation is added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment