mirror of
https://github.com/whyorean/AuroraStore.git
synced 2025-12-23 22:27:55 -05:00
Introduce universal merge request template
This commit is contained in:
committed by
Rahul Kumar Patel
parent
f10f5a2601
commit
5aa1da1464
31
.gitlab/merge_request_templates/Merge-Request.md
Normal file
31
.gitlab/merge_request_templates/Merge-Request.md
Normal file
@@ -0,0 +1,31 @@
|
||||
* **The PR fulfills these requirements**
|
||||
- [ ] The commit message follows our guidelines
|
||||
- [ ] Tests for the changes have been added (for bug fixes / features)
|
||||
- [ ] Docs have been added / updated (for bug fixes / features)
|
||||
|
||||
|
||||
* **What kind of change does this PR introduce?**
|
||||
<!-- Bug fix, feature, docs update, improvements, etc. -->
|
||||
|
||||
|
||||
|
||||
* **What is the current behavior?**
|
||||
<!-- You can also link to an open issue here. -->
|
||||
|
||||
|
||||
|
||||
* **What is the new behavior?**
|
||||
<!-- If this is a feature change. -->
|
||||
|
||||
|
||||
|
||||
* **Does this PR introduce a breaking change?**
|
||||
<!-- What changes might users need to make in their application due to this PR? -->
|
||||
|
||||
|
||||
* **Examples:**
|
||||
<!-- If you have any visual examples, e.g. screenshots, screenrecording, mockups, etc. please attach them under this section. -->
|
||||
|
||||
|
||||
|
||||
* **Other information**:
|
||||
Reference in New Issue
Block a user