mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Add PR template
This commit is contained in:
parent
7cbfffed6c
commit
3d0ccbcc43
1 changed files with 26 additions and 0 deletions
26
docs/pull_request_template.md
Normal file
26
docs/pull_request_template.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Description
|
||||
|
||||
<!-- Replace this with a description of your pull request. -->
|
||||
<!-- Please reference any relevant issues, PRs etc. -->
|
||||
|
||||
## Type of Change
|
||||
|
||||
* [ ] Fix
|
||||
* [ ] Backwards-compatible Feature
|
||||
* [ ] Breaking Change
|
||||
|
||||
## Considerations
|
||||
|
||||
<!-- Replace this with a description of what might be missing, any points of confusion or -->
|
||||
<!-- side effects you would like to point out. -->
|
||||
|
||||
## Credit
|
||||
|
||||
* [ ] I want to be credited as YOUR_NAME_OR_PSEUDONYM in your contributor section
|
||||
* [ ] I don't want to be credited.
|
||||
|
||||
<!-- (by signing off, you state that you are allowed to contribute and allow us to publish -->
|
||||
<!-- your contribution under the MIT License) -->
|
||||
|
||||
signed-off-by: YOUR_NAME_OR_PSEUDONYM
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue