Skip to content

Commit ab75337

Browse files
committed
Added the PULL_REQUEST_TEMPLATE.md file, adjusted tests
1 parent c583f50 commit ab75337

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Which issue(s) are closed by this pull request?
2+
3+
Closes #
4+
5+
### Changes proposed in this pull request
6+
7+
-
8+
-
9+
-
10+
11+
### Checklist for a complete Pull request
12+
- [ ] I have read the [contribution guidelines](https://pyfar-gallery.readthedocs.io/en/latest/contribute/index.html)
13+
- [ ] I have added/expanded tests according to the [testing guidelines](https://pyfar-gallery.readthedocs.io/en/latest/contribute/packages/testing.html).
14+
- [ ] I have added an entry to the [history file](../HISTORY.rst).

tests/test_copier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def test_project_folder(default_project):
3030
".readthedocs.yml",
3131
".copier-answers.yml",
3232
".editorconfig",
33+
".github/PULL_REQUEST_TEMPLATE.md",
3334
])
3435
def test_generated_file_exists(default_project, file_name):
3536
assert default_project.project_dir.joinpath(file_name).exists()

0 commit comments

Comments
 (0)