File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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. -->
You can’t perform that action at this time.
0 commit comments