aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-03-17 19:56:22 +0000
committerMike Crute <mike@crute.us>2019-03-17 19:56:22 +0000
commitb99efb07881d765a67344fdb7a161e8998b83b3d (patch)
treeadb37884da6d384e343233a3da5b050a2580640e
parentd8f4719fd128478630f991d79e0ce13bf0739453 (diff)
downloadpydora-b99efb07881d765a67344fdb7a161e8998b83b3d.tar.bz2
pydora-b99efb07881d765a67344fdb7a161e8998b83b3d.tar.xz
pydora-b99efb07881d765a67344fdb7a161e8998b83b3d.zip
Add GitHub templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md15
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md4
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md26
3 files changed, 45 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..f532ad7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,15 @@
1**What happened**:
2
3**What you expected to happen**:
4
5**How to reproduce it (as minimally and precisely as possible)**:
6
7**Anything else we need to know?**:
8
9**Environment**:
10- Pydora version:
11- Python version:
12- OS:
13- Shell (if applicable):
14- Others:
15
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..ec0fe6c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,4 @@
1**What would you like to be added**:
2
3**Why is this needed**:
4
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```