mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
PR Template proposal (#828)
* PR Template proposal * Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
8c13054d2c
commit
fbbf523ede
17
PULL_REQUEST_TEMPLATE.md
Normal file
17
PULL_REQUEST_TEMPLATE.md
Normal file
@ -0,0 +1,17 @@
|
||||
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
|
||||
|
||||
Please provide enough information so that others can review your pull request:
|
||||
|
||||
Explain the **details** for making this change. What existing problem does the pull request solve?
|
||||
|
||||
**Test plan (required)**
|
||||
|
||||
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
|
||||
|
||||
**Code formatting**
|
||||
|
||||
Make sure you ran astyle on your code before making the PR. Check our contribution guidelines here: https://radareorg.github.io/cutter/code.html
|
||||
|
||||
**Closing issues**
|
||||
|
||||
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
|
Loading…
Reference in New Issue
Block a user