From f7fd8620be427c6489f496645513d536e380c50c Mon Sep 17 00:00:00 2001 From: ckie <25263210+ckiee@users.noreply.github.com> Date: Fri, 22 Jul 2022 09:19:57 +0300 Subject: [PATCH] .github: add issue templates (#213) * .github: add issue templates As the longest maintainer of this package after vlaci I have seen a lot of low-quality issues. This change should make people think twice and lift some responsibility from the maintainers. (^: * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Thiago Kenji Okada --- .github/ISSUE_TEMPLATE/anything-else.md | 10 ++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 34 +++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/anything-else.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/anything-else.md b/.github/ISSUE_TEMPLATE/anything-else.md new file mode 100644 index 0000000..eab35f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/anything-else.md @@ -0,0 +1,10 @@ +--- +name: Anything else +about: The other 20% of issues +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ec15f3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Something is broken and you want help fixing it +title: '' +labels: bug +assignees: '' + +--- + +