Skip to content

Commit 1de5ca3

Browse files
authored
Merge pull request #185 from appliedAI-Initiative/174-create-pr-template
Add pull request template
2 parents 7c58d1b + 81cc140 commit 1de5ca3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
Thanks for making a contribution!
3+
Please make sure you have read the contributing guide:
4+
https://github.com/appliedAI-Initiative/pyDVL/blob/develop/CONTRIBUTING.md
5+
-->
6+
7+
### Description
8+
9+
This PR closes issue #XXX
10+
11+
### Changes
12+
13+
-
14+
15+
### Checklist
16+
17+
- [ ] Wrote Unit tests (if necessary)
18+
- [ ] Updated Documentation (if necessary)
19+
- [ ] Updated Changelog
20+
- [ ] If notebooks were added/changed, added boilerplate cells are tagged with `"nbsphinx":"hidden"`

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
[PR #183](https://github.com/appliedAI-Initiative/pyDVL/pull/183)
99
- Fixed bug in release script and updated contributing docs.
1010
[PR #184](https://github.com/appliedAI-Initiative/pyDVL/pull/184)
11+
- Added Pull Request template
12+
[PR #185](https://github.com/appliedAI-Initiative/pyDVL/pull/185)
1113

1214

1315
## 0.2.0 - 📚 Better docs

0 commit comments

Comments
 (0)