diff options
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5652e79d1c..62566fa6e1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,29 @@ ##### SUMMARY + <!--- Describe the change below, including rationale and design decisions --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### ISSUE TYPE + <!--- Pick one below and delete the rest --> + - Bugfix Pull Request - Docs Pull Request - Feature Pull Request - Test Pull Request ##### COMPONENT NAME + <!--- Write the short name of the module, plugin, task or feature below --> ##### ADDITIONAL INFORMATION + <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> <!--- Paste verbatim command output below, e.g. before and after your change --> + ```paste below ``` |