summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-05 20:05:35 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-05 20:05:35 +0100
commitcbdab02d050bb4f9780802e9e7b905008a8209c1 (patch)
tree08c39bce78946af63bfbc20a5cddf5607f117667 /.github
parent2e8b0a83fe467a3a8365b6e661e44e54d3a00b03 (diff)
downloadpytest-cbdab02d050bb4f9780802e9e7b905008a8209c1.tar.gz
Fix example in PR template
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index bf9fc199f..690426d68 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,7 +3,7 @@ Thanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs:
- [ ] Add a new news fragment into the changelog folder
- * name it `$issue_id.$type` for example (588.bug)
+ * name it `$issue_id.$type` for example (588.bugfix)
* if you don't have an issue_id change it to the pr id after creating the pr
* ensure type is one of `removal`, `feature`, `bugfix`, `vendor`, `doc` or `trivial`
* Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."