summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-09-11 22:10:25 +0200
committerAnthony Sottile <asottile@umich.edu>2018-09-11 16:10:25 -0400
commitcfefc204f63558967fc11f0ab9674cf5625d23da (patch)
tree49c6728d207d20a3d200f9d54c39302163aba8e0
parentd7a1f13c12da60fe6e91df50fcef757a91048830 (diff)
downloadtox-git-cfefc204f63558967fc11f0ab9674cf5625d23da.tar.gz
Update PR template to use :user:`superuser` (#965)
Fixes https://github.com/tox-dev/tox/issues/959 [ci skip]
-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 12107d6f..51cce65b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -17,6 +17,6 @@ much about the checklist - we will help you get started.
* `<type>` is must be one of `bugfix`, `feature`, `deprecation`,`breaking`, `doc`, `misc`
* if pr has no issue: consider creating one first or change it to the pr number after creating the pr
* "sign" fragment with "by @<your username>"
- * please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by @superuser."
+ * please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by :user:`superuser`."
* also see [examples](https://github.com/tox-dev/tox/tree/master/changelog/examples.rst)
- [ ] added yourself to `CONTRIBUTORS` (preserving alphabetical order)