-
Notifications
You must be signed in to change notification settings - Fork 19
/
PULL_REQUEST_TEMPLATE
34 lines (19 loc) · 1.06 KB
/
PULL_REQUEST_TEMPLATE
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
<!--
Thank you for sending a pull request! Here are some tips:
1. If this is your first time, please read our README
2. Ensure you include and run the appropriate tests as part of your Pull Request.
3. If the Pull Request is a work in progress, make use of GitHub's "Draft PR" feature and mark it as such.
4. If you can not merge your Pull Request due to a merge conflict, Rebase it. This gets it in sync with the main branch.
5. Name your PR as using conventional commits "<commit_type>: Describe your change", e.g. feat: prevent race condition. The PR name is what gets added to the changelog and determines versioning. For a list of commit types visit https://www.conventionalcommits.org/en/v1.0.0-beta.2/
-->
**What this PR does / why we need it**:
**Which issue(s) this PR fixes**:
<!--
- Automatically closes linked issue when the Pull Request is merged.
Usage: "Fixes #<issue number>", or "Fixes (paste link of issue)"
-->
Fixes #
**Special notes for your reviewer**:
<!--
Please include helpful screenshots and/or videos/gifs to help demonstrate your changes
-->