diff options
| author | Jim Lawson | 2018-02-23 13:44:22 -0800 |
|---|---|---|
| committer | GitHub | 2018-02-23 13:44:22 -0800 |
| commit | 01f623d01ccbf038be6124632432e0d9aef84d6e (patch) | |
| tree | 5b554f1d90d982ee68b451b64a81e711efe86e31 /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | b1306ff8af9ede12cc8e49fcdf6ee9550bc194e0 (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.md | 27 |
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. +--> |
