From: Bob Halley Date: Mon, 7 Mar 2022 16:08:23 +0000 (-0800) Subject: Add issue templates X-Git-Tag: v2.3.0rc1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fcdaaa16363a2c85c63c7a1bdfa222837b3222;p=thirdparty%2Fdnspython.git Add issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..64c113a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 index 00000000..f9a8d267 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.