From 8915db05d1e49393ab445d3076b0cde587b2b4c8 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:41:52 +0000 Subject: [PATCH] Create bugfix template --- .github/ISSUE_TEMPLATE/sweep-bugfix.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-bugfix.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml new file mode 100644 index 00000000..25f43c35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml @@ -0,0 +1,11 @@ +name: Bugfix +title: 'Sweep: ' +description: Write something like "We notice ... behavior when ... happens instead of ..."" +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: More details about the bug + placeholder: The bug might be in ... file \ No newline at end of file