From fbbf523ede0197ecec3a152c13c48f738f4f7a7e Mon Sep 17 00:00:00 2001 From: xarkes Date: Wed, 17 Oct 2018 23:21:48 +0200 Subject: [PATCH] PR Template proposal (#828) * PR Template proposal * Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..62acd4e3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -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).