From d338790360c4449cad2f38db045cf2bbbb6d721b Mon Sep 17 00:00:00 2001 From: Cedoor Date: Mon, 12 Feb 2024 16:35:56 +0000 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/---feature.md | 2 +- ...\231\273\357\270\217-refactoring-request.md" | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 ".github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactoring-request.md" diff --git a/.github/ISSUE_TEMPLATE/---feature.md b/.github/ISSUE_TEMPLATE/---feature.md index 9fa8a6584..e00b22185 100644 --- a/.github/ISSUE_TEMPLATE/---feature.md +++ b/.github/ISSUE_TEMPLATE/---feature.md @@ -1,6 +1,6 @@ --- name: "\U0001F680 Feature" -about: Suggest an idea for ZK-kit +about: Suggest an idea for ZK-Kit title: '' labels: 'feature :rocket:' assignees: '' diff --git "a/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactoring-request.md" "b/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactoring-request.md" new file mode 100644 index 000000000..e31309649 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-refactoring-request.md" @@ -0,0 +1,17 @@ +--- +name: "♻️ Refactoring request" +about: Suggest any improvements for this project +title: '' +labels: 'refactoring :recycle:' +assignees: '' + +--- + +**Describe the improvement you're thinking about** +A clear and concise description of what you think could improve the code. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions you've considered. + +**Additional context** +Add any other context or screenshots about the improvement request here.