|
1 | | -Fixes #<issuelink> |
| 1 | +<!-- |
| 2 | +Thank you for contributing to the project! |
2 | 3 |
|
3 | | -## Changes |
| 4 | +Please make sure to read the `CONTRIBUTING.md` file for our contribution guidelines: |
| 5 | +https://github.com/cloudevents/sdk-python/blob/main/CONTRIBUTING.md |
| 6 | +--> |
4 | 7 |
|
| 8 | +<!-- |
| 9 | +Please provide a clear and concise description of the pull request. |
| 10 | +--> |
5 | 11 |
|
6 | | -## One line description for the changelog |
| 12 | +**Related Issue:** #<issue_number> |
7 | 13 |
|
| 14 | +**Type of change:** |
| 15 | +<!-- |
| 16 | +Please select one of the following options and delete the others. |
| 17 | +--> |
| 18 | +- Bug fix (non-breaking change which fixes an issue) |
| 19 | +- New feature (non-breaking change which adds functionality) |
| 20 | +- Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 21 | +- This change requires a documentation update |
| 22 | +- Other (please describe): |
8 | 23 |
|
9 | | -- [ ] Tests pass |
10 | | -- [ ] Appropriate changes to README are included in PR |
| 24 | +**Description:** |
| 25 | +<!-- |
| 26 | +Please include a summary of the change and which issue is fixed. |
| 27 | +Please also include relevant motivation and context. |
| 28 | +List any dependencies that are required for this change. |
| 29 | +--> |
| 30 | + |
| 31 | +--- |
| 32 | + |
| 33 | +**Pre-submission checklist:** |
| 34 | +- [ ] I have read the [CONTRIBUTING.md](https://github.com/cloudevents/sdk-python/blob/main/CONTRIBUTING.md) file. |
| 35 | +- [ ] I have signed off my commits using `git commit --signoff`. |
| 36 | +- [ ] I have added tests that prove my fix is effective or that my feature works. |
| 37 | +- [ ] I have updated the documentation (`README.md`, `CHANGELOG.md`, etc.) as necessary. |
| 38 | +- [ ] I have run `pre-commit` and `tox` and all checks pass. |
| 39 | +- [ ] This pull request is ready to be reviewed. |
0 commit comments