summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 312ae04..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-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.
-
-**To Reproduce**
-Please provide a **minimal** reproducible example that developers can run to investigate the problem.
-You can find help for creating such an example [here](https://stackoverflow.com/help/minimal-reproducible-example).
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Additional context**
-Add any other context about the problem here.