aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 8121e940273cec55b84ad4c687e01f22c4fce687 (plain)
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
<!--  Thanks for sending a pull request!  Here are some tips for you:

1. If this is your first time, please read our contributor guidelines: https://github.com/mcrute/pydora/blob/master/CONTRIBUTING.rst
2. Please label this pull request according to what type of issue you are addressing.
3. Ensure you have added or run the appropriate tests for your PR
4. If the PR is unfinished please mark it as [WIP] in the title
-->

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

**Special notes for PR reviewers**:

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required: Enter your extended release note in the block below.
-->
```release-note

```