summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorJim Lawson2018-02-23 13:44:22 -0800
committerGitHub2018-02-23 13:44:22 -0800
commit01f623d01ccbf038be6124632432e0d9aef84d6e (patch)
tree5b554f1d90d982ee68b451b64a81e711efe86e31 /.github/PULL_REQUEST_TEMPLATE.md
parentb1306ff8af9ede12cc8e49fcdf6ee9550bc194e0 (diff)
Remove checkboxes from issue/pr templates. (#783)
* Remove checkboxes from issue/pr templates. * Compact template text and try to make meta information comments. * Respond to comments - remove bullet point usage.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md27
1 files changed, 13 insertions, 14 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index eb460342..d018e685 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,19 +1,18 @@
-* **Related issue** (if applicable)
+<!--
+Please select the item best describing the pull request in each category and delete the other items.
+-->
+**Related issue**: <!-- if applicable -->
-* **Type of change**
- - [ ] Bug report
- - [ ] Feature request
- - [ ] Other enhancement
+<!-- choose one -->
+**Type of change**: bug report | feature request | other enhancement
-* **Impact**
- - [ ] no functional change
- - [ ] API addition (no impact on existing code)
- - [ ] API modification
+<!-- choose one -->
+**Impact**: no functional change | API addition (no impact on existing code) | API modification
-* **Development Phase**
- - [ ] proposal
- - [ ] implementation
-
-* **Release Notes**
+<!-- choose one -->
+**Development Phase**: proposal | implementation
+**Release Notes**
+<!--
Text from here to the end of the body will be considered for inclusion in the release notes for the version containing this pull request.
+-->