Skip to content

Commit 3df32e2

Browse files
committed
GitHub: revisit issue/PR templates [ci skip]
The motivation here is to not have the same boilerplate with PRs.
1 parent e87d3d7 commit 3df32e2

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
<!--
12
Thanks for submitting an issue!
23
3-
Here's a quick checklist in what to include:
4+
Here's a quick checklist for what to provide:
5+
-->
46

5-
- [ ] Include a detailed description of the bug or suggestion
6-
- [ ] `pip list` of the virtual environment you are using
7+
- [ ] a detailed description of the bug or suggestion
8+
- [ ] output of `pip list` from the virtual environment you are using
79
- [ ] pytest and operating system versions
8-
- [ ] Minimal example if possible
10+
- [ ] minimal example if possible

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<!--
12
Thanks for submitting a PR, your contribution is really appreciated!
23
3-
Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
4-
just a guideline):
4+
Here's a quick checklist that should be present in PRs.
5+
(please delete this text from the final description, this is just a guideline)
6+
-->
57

68
- [ ] 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.
79
- [ ] Target the `master` branch for bug fixes, documentation updates and trivial changes.

0 commit comments

Comments
 (0)