1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-01 16:19:47 +02:00

Add MergeRequest.md template

Simplyfy other templates
This commit is contained in:
Elias Steurer 2021-01-14 12:54:04 +01:00
parent 82ead021b2
commit d4022ac706
3 changed files with 20 additions and 66 deletions

View File

@ -1,45 +1,9 @@
<!---
Please read this!
Before opening a new issue, make sure to search for keywords in the issues
filtered by the "Regression" or "Bug" label:
https://gitlab.com/aimber/ScreenPlay/issues?label_name%5B%5D=Bug
https://gitlab.com/aimber/ScreenPlay/issues?label_name%5B%5D=Regression
Verify the issue you're about to submit isn't a duplicate.
--->
### Summary
<!-- Summarize the bug you encountered -->
(Summarize the bug encountered concisely)
### Steps to reproduce
### Logs and/or screenshots
(How one can reproduce the issue - this is very important)
### Example Project
(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report)
(If you are using an older version of ScreenPlay, this will also determine whether the bug has been fixed in a more recent version)
### What is the current *bug* behavior?
(What actually happens)
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label ~Bug

View File

@ -1,34 +1,8 @@
<!---
Please read this!
Before opening a new issue, make sure to search for keywords in the feature
filtered by the "Feature" label:
https://gitlab.com/aimber/ScreenPlay/issues?label_name%5B%5D=Feature
Verify the feature you're about to submit isn't a duplicate.
--->
### Problem to solve
<!-- What problem do we solve? Keep it short like a TL:DR-->
### Further details
<!-- Include use cases, benefits, and/or goals (contributes to our vision?) -->
<!-- What problem do we solve? -->
### Proposal
<!-- How are we going to solve the problem? -->
<!-- How are we going to solve the problem? Try to include the user journey! https://about.gitlab.com/handbook/journeys/#user-journey -->
### What does success look like, and how can we measure that?
<!-- Define both the success metrics and acceptance criteria. Note that success metrics indicate the desired business outcomes, while acceptance criteria indicate when the solution is working correctly. If there is no way to measure success, link to an issue that will implement a way to measure this. -->
### Links / references
/label ~Feature

View File

@ -0,0 +1,16 @@
## Summary
<!-- Summarize the merge request encountered concisely -->
## Related Issues
<!-- Closes #xxx -->
## Release Notes
<!-- Description that appears in the release -->
## Contributor Agreement
<!-- Description that appears in the release -->
- [ ] I'm a individual contributor, have read the [individual contributor license agreement](https://gitlab.com/kelteseth/ScreenPlay/-/blob/master/Docs/Legal/individual_contributor_license_agreement.md) and accept the conditions.
or
- [ ] I'm a corporate contributor, have read the [corporate contributor license agreement](https://gitlab.com/kelteseth/ScreenPlay/-/blob/master/Docs/Legal/corporate_contributor_license_agreement.md) and accept the conditions.