From ab65d086a5a206431c8ae4aacdda35d611414977 Mon Sep 17 00:00:00 2001 From: Saria Hajjar Date: Thu, 23 Jun 2022 10:04:29 +0100 Subject: [PATCH] Update bug report to use forms --- .github/ISSUE_TEMPLATE/bug.md | 12 ------------ .github/ISSUE_TEMPLATE/bug.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index 095787e..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Bug -about: Something that's not supposed to happen ---- - -## Environment -* OS: -* Terminal: -* cPing: - -## Description - diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..c2b4805 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,19 @@ +--- +name: Bug +description: Something that's not supposed to happen +labels: bug +body: + - type: input + attributes: + label: cPing version + description: Run `cping -v` to get that info. + placeholder: cping 0.1.7 + validations: + required: true + - type: textarea + attributes: + label: What's happening? + description: > + Describe the issue and provide any details that helps recreate it. + validations: + required: true