summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2018-05-19 09:48:40 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2018-05-19 09:48:40 -0400
commit55dbcb4caa7a5d64046e062c224faebebd4f17c9 (patch)
treeea20c610f11f862948285194d5b9dfdac717f231
parent7ca41e53b3d7d9f5cd31bdd8a2b832d192006239 (diff)
downloadpyjwt-55dbcb4caa7a5d64046e062c224faebebd4f17c9.tar.gz
Add issue templates
-rw-r--r--.github/ISSUE_TEMPLATE.md27
-rw-r--r--.github/ISSUE_TEMPLATE/Bug.md32
-rw-r--r--.github/ISSUE_TEMPLATE/Custom.md6
-rw-r--r--.github/ISSUE_TEMPLATE/Feature.md6
4 files changed, 71 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..c3b50ca
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,27 @@
+Summary.
+
+## Expected Result
+
+What you expected.
+
+## Actual Result
+
+What happened instead.
+
+## Reproduction Steps
+
+```python
+import jwt
+
+```
+
+## System Information
+
+ $ python -m jwt.help
+
+```
+<paste here>
+```
+
+This command is only available on PyJWT v1.6.2 and greater. Otherwise,
+please provide some basic information about your system.
diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md
new file mode 100644
index 0000000..4a58b95
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Bug.md
@@ -0,0 +1,32 @@
+---
+name: Bug report
+about: Create a report to help us improve
+---
+
+Summary.
+
+## Expected Result
+
+What you expected.
+
+## Actual Result
+
+What happened instead.
+
+## Reproduction Steps
+
+```python
+import jwt
+
+```
+
+## System Information
+
+ $ python -m jwt.help
+
+```
+<paste here>
+```
+
+This command is only available on PyJWT v1.6.2 and greater. Otherwise,
+please provide some basic information about your system.
diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md
new file mode 100644
index 0000000..94ca7f7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Custom.md
@@ -0,0 +1,6 @@
+---
+name: Request for Help
+about: Guidance on using PyJWT.
+---
+
+Please refer to our [StackOverflow tag](https://stackoverflow.com/questions/tagged/pyjwt) for guidance.
diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md
new file mode 100644
index 0000000..342cc80
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Feature.md
@@ -0,0 +1,6 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+---
+
+Suggest an idea for this project.