summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-04-23 18:00:16 +0200
committerDaniel Hahler <git@thequod.de>2019-04-23 18:01:13 +0200
commit3df32e27323f037b6e32db902ba572928bff79d9 (patch)
tree624863b1fe1d1bcb3ec049251e5dd89aa7a1903b /.github
parente87d3d70e2da2663ee619ec60e878be928d49506 (diff)
downloadpytest-3df32e27323f037b6e32db902ba572928bff79d9.tar.gz
GitHub: revisit issue/PR templates [ci skip]
The motivation here is to not have the same boilerplate with PRs.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md10
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
2 files changed, 10 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index fbcbb16fc..fb81416dd 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,8 +1,10 @@
+<!--
Thanks for submitting an issue!
-Here's a quick checklist in what to include:
+Here's a quick checklist for what to provide:
+-->
-- [ ] Include a detailed description of the bug or suggestion
-- [ ] `pip list` of the virtual environment you are using
+- [ ] a detailed description of the bug or suggestion
+- [ ] output of `pip list` from the virtual environment you are using
- [ ] pytest and operating system versions
-- [ ] Minimal example if possible
+- [ ] minimal example if possible
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7054f063d..366f63df2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,9 @@
+<!--
Thanks for submitting a PR, your contribution is really appreciated!
-Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
-just a guideline):
+Here's a quick checklist that should be present in PRs.
+(please delete this text from the final description, this is just a guideline)
+-->
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst`. See [changelog/README.rst](https://github.com/pytest-dev/pytest/blob/master/changelog/README.rst) for details.
- [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes.