diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2019-03-06 00:30:30 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2019-03-06 00:30:30 +0300 |
commit | e5990572a34a767f321187ffc070ba34027a0d63 (patch) | |
tree | a226696a8d56a7225db94fa53b631b542104e2f4 | |
parent | 72991dd9e7fb465e53981f076ec5e44bc4f3bbb3 (diff) |
Improve code style
-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! |