File: PULL_REQUEST_TEMPLATE.md

package info (click to toggle)
python-authlib 1.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,024 kB
  • sloc: python: 27,412; makefile: 53; sh: 14
file content (36 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--
> DO NOT SEND ANY SECURITY FIX HERE. Please read "Security Reporting" section
> on README.
-->

**What kind of change does this PR introduce?**

<!--
Describe whether your change is:
- a bugfix
- a feature implementation
- a code style update
- a refactoring
- or anything else

Please indicate if this PR is related to other issues or PRs.
-->

**Does this PR introduce a breaking change?**

<!--
- If yes, please describe the impact and migration path for existing applications:
- If no, please delete the above question and this text message.
-->

**Checklist**

- [ ] The commits follow the [conventional commits](https://www.conventionalcommits.org) specification.
- [ ] You ran the linters with ``prek``.
- [ ] You wrote unit test to demonstrate the bug you are fixing, or to stress the feature you are bringing.
- [ ] You reached 100% of code coverage on the code you edited, without abusive use of `pragma: no cover`
- [ ] If this PR is about a new feature, or a behavior change, you have updated the documentation accordingly.

---

- [ ] You consent that the copyright of your pull request source code belongs to Authlib's author.