Skip to content

Commit 6160f76

Browse files
authored
Use towncrier for Automated Changelog Generation, Add PR Template (#1965)
* add towncrier configuration * add pull request template * add news fragments * add fragment for 1967
1 parent 51689bc commit 6160f76

31 files changed

+284
-177
lines changed

.github/pull_request_template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--
2+
Thank you for contributing to python-can!
3+
Please fill out the following template to help us review your pull request.
4+
-->
5+
6+
## Summary of Changes
7+
8+
<!-- Briefly describe what your pull request does. -->
9+
10+
-
11+
12+
## Related Issues / Pull Requests
13+
14+
<!-- List any related issues, pull requests, or discussions. -->
15+
16+
- Closes #
17+
- Related to #
18+
19+
## Type of Change
20+
21+
- [ ] Bug fix
22+
- [ ] New feature
23+
- [ ] Documentation update
24+
- [ ] Refactoring
25+
- [ ] Other (please describe):
26+
27+
## Checklist
28+
29+
- [ ] I have followed the [contribution guide](https://python-can.readthedocs.io/en/main/development.html).
30+
- [ ] I have added or updated tests as appropriate.
31+
- [ ] I have added or updated documentation as appropriate.
32+
- [ ] I have added a [news fragment](doc/changelog.d/) for towncrier.
33+
- [ ] All checks and tests pass (`tox`).
34+
35+
## Additional Notes
36+
37+
<!-- Add any other information or context you want to share. -->

0 commit comments

Comments
 (0)