issue and merge request templates

This commit is contained in:
patrick lambret
2019-05-03 11:27:32 +02:00
parent 9c95429884
commit fbd3a2929d
3 changed files with 60 additions and 82 deletions

View File

@ -1,13 +1,61 @@
Please make sure your MR is ready to be merged !
## Checklist
- [ ] You added the changes in CHANGELOG.md
- [ ] You described the MR as below
- [ ] You updated the [HD APP wiki](https://github.com/recalbox/recalbox-os/wiki/) or the [dev wiki](https://gitlab.com/recalbox/recalbox/wikis/home)
<!---
Please, make sure you have changed the topic and also
described briefly what have you done. Thanks!
-->
Fixes #XXX
I have done ...
Changes :
- describe changes here
- [ ] This commits targets only one specific issue
- [ ] The commit message follows our guidelines
- [ ] Tests for the changes have been added
- [ ] Docs have been added or updated
- [ ] I have assigned my architect to review this merge request
- [ ] I have checked how to create a [merge request]()
Related to :
- link other PR or issues here
## Issues
<!---
Which issue this PR closes? It can close only one issue.
Which issues this PR references?
Please, specify all issues.
Format is: Closes #X or Refs #Y
Docs: https://docs.gitlab.com/ee/user/project/issues/closing_issues.html#via-merge-request
-->
## Time spent
<!---
This information is only required for statistics and analysis.
But we need to know exactly how much time you have spent,
please try to be as accurate as possible.
Format is: /spend 1h
Docs: https://docs.gitlab.com/ee/workflow/time_tracking.html
-->
/spend Xh
## Assignee
<!---
You need to assign your architect to review your merge request.
Format: /assign @username
Docs: https://docs.gitlab.com/ee/user/project/quick_actions.html
-->
/assign
## Feedback
<!---
Did you encounter any other problems you want to share with us?
Optional. Feel free to remove this section if you don't have any feedback.
-->
<!--- Thank you for you contribution! -->