diff options
author | 2019-11-30 18:33:49 +0800 | |
---|---|---|
committer | 2019-11-30 11:33:49 +0100 | |
commit | 2503df905638710a171f61900b59d1e64316a306 (patch) | |
tree | 3feb4f95f77fec4645ed9ab1f3d5234adcd891fa /.github | |
parent | 787b6e06f9b902e9983959f200e843e6fd8c7453 (diff) | |
download | coredns-2503df905638710a171f61900b59d1e64316a306.tar.gz coredns-2503df905638710a171f61900b59d1e64316a306.tar.zst coredns-2503df905638710a171f61900b59d1e64316a306.zip |
introduce issue and pull request templates (#3493)
* introduce issue and pull request templates
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
* introduce issue and pull request templates
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 27 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 11 |
2 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..414c7f929 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: Report a bug encountered while using CoreDNS +labels: bug + +--- + +<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! + +If the matter is security related, please disclose it privately via security@coredns.io +--> + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: + +- the version of CoreDNS: +- Corefile: +- logs, if applicable: +- OS (e.g: `cat /etc/os-release`): +- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..d39c37c01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the CoreDNS project +labels: enhancement + +--- +<!-- Please only use this template for submitting enhancement requests --> + +**What would you like to be added**: + +**Why is this needed**: |