]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add issue templates
authorBob Halley <halley@play-bow.org>
Mon, 7 Mar 2022 16:08:23 +0000 (08:08 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 16:08:23 +0000 (08:08 -0800)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..64c113a
--- /dev/null
@@ -0,0 +1,19 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is, and what you expected to happen instead.
+
+**To Reproduce**
+Please describe in detail how to reproduce the bug.  Making the replication steps as simple and short as possible is very helpful.  The ideal would be a short standalone program, but we understand this is not always possible.
+
+**Context (please complete the following information):**
+ - dnspython version [e.g. 2.2.1]
+ - Python version [e.g. 3.10.0]
+ - OS: [e.g. macOS Monterey]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644 (file)
index 0000000..f9a8d26
--- /dev/null
@@ -0,0 +1,14 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: Enhancement Request
+assignees: ''
+
+---
+
+**Motivation**
+Please describe in detail the use you have for the proposed feature, or the problem that it will solve.  This is the most important part of a feature request!
+
+**Describe the solution you'd like.**
+A clear and concise description of what you want to happen.