diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2019-03-09 02:04:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 02:04:45 +0300 |
commit | b4ace4ea2db4663502db4fc19d6e28917f06cf6c (patch) | |
tree | 86fc3c92de05de44a338592ed49f9a8517149c7a /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 7752a8111a07ccb9ea1639f4e91aa5d359ac2c76 (diff) | |
parent | 6bf7498b544115cfa67330e6a03b371261872f21 (diff) |
Merge pull request #1178 from dritter/performance_issue_template
Add Performance Issue Template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ade8059..76b1fac9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,19 +14,20 @@ Once you have submitted your PR, P9k core contributors will review the code and Please follow this template for creating your PR: #### Title + Please make the title of your PR descriptive! If appropriate, please prefix the title with one of these tags: - - [Bugfix] - - [New Segment] - - [Docs] - - [Enhancement] - +- [Bugfix] +- [New Segment] +- [Docs] +- [Enhancement] + #### Description + Please describe the contribution your PR makes! Screenshots are especially helpful, here, if it's a new segment. If your PR is addressing an issue, please reference the Issue number here. #### Questions -Is there something in your PR you're not sure about or need help with? Is there a particular piece of code you would like feedback on? Let us know here! - +Is there something in your PR you're not sure about or need help with? Is there a particular piece of code you would like feedback on? Let us know here! |