aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..8121e94
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,26 @@
1<!-- Thanks for sending a pull request! Here are some tips for you:
2
31. If this is your first time, please read our contributor guidelines: https://github.com/mcrute/pydora/blob/master/CONTRIBUTING.rst
42. Please label this pull request according to what type of issue you are addressing.
53. Ensure you have added or run the appropriate tests for your PR
64. If the PR is unfinished please mark it as [WIP] in the title
7-->
8
9**What this PR does / why we need it**:
10
11**Which issue(s) this PR fixes**:
12<!--
13*Automatically closes linked issue when PR is merged.
14Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
15-->
16
17**Special notes for PR reviewers**:
18
19**Does this PR introduce a user-facing change?**:
20<!--
21If no, just write "NONE" in the release-note block below.
22If yes, a release note is required: Enter your extended release note in the block below.
23-->
24```release-note
25
26```