summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-10-24 15:06:54 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-10-24 15:06:54 +0300
commit03dc421cea912378e78e6bb9b0361f86cec364d8 (patch)
tree4bfda64dd452fcc0d37cce85948c8a9ff7527f1e
parentbf191a4f0a9ea67a25e33e1e403c5cfb6c4ef66a (diff)
downloadapscheduler-03dc421cea912378e78e6bb9b0361f86cec364d8.tar.gz
Updated the issue templates
Listed venues for asking support questions. Explicitly warned against ignoring the template.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md13
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md10
2 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 8f5b9c9..312ae04 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,6 +6,19 @@ labels: ''
assignees: ''
---
+This issue tracker is **ONLY** for reporting bugs and requesting new features.
+
+Any support questions should be directed to:
+
+* [StackOverflow](https://stackoverflow.com/questions/tagged/apscheduler)
+* [Gitter](https://gitter.im/apscheduler/Lobby)
+* [Github discussions](https://github.com/agronholm/apscheduler/discussions)
+
+If you're not
+reasonably sure that you've found a bug, please ask first (preferably on
+[Gitter](https://gitter.im/apscheduler/Lobby))!
+
+:warning: Any issues filed that ignore the template will be summarily closed!
**Describe the bug**
A clear and concise description of what the bug is.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 11fc491..7ec1b1d 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,6 +7,16 @@ assignees: ''
---
+This issue tracker is **ONLY** for reporting bugs and requesting new features.
+
+Any support questions should be directed to:
+
+* [StackOverflow](https://stackoverflow.com/questions/tagged/apscheduler)
+* [Gitter](https://gitter.im/apscheduler/Lobby)
+* [Github discussions](https://github.com/agronholm/apscheduler/discussions)
+
+:warning: Any issues filed that ignore the template will be summarily closed!
+
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]