From f2f3e9e1b553701b7c8b711ae82dbfd615463fa8 Mon Sep 17 00:00:00 2001 From: Robin Moisson Date: Tue, 18 Apr 2023 23:09:20 +0200 Subject: [PATCH] add new issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ .github/ISSUE_TEMPLATE/new-issue.md | 10 ++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/new-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6dcba09..8a9319d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +1,24 @@ --- name: Bug report -about: Create a report to help us improve +about: Open a bug report title: '' -labels: '' +labels: bug assignees: '' --- I'm trying to... -## What's happening +### What's happening When I do ... then this happens: ... -## What should be happening +### What should be happening I expect this would happen instead: ... -## My setup +### My setup StatiCrypt version: Node version: -Any other relevant context: +Any additional relevant context, if any: diff --git a/.github/ISSUE_TEMPLATE/new-issue.md b/.github/ISSUE_TEMPLATE/new-issue.md new file mode 100644 index 0000000..5a12d56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue.md @@ -0,0 +1,10 @@ +--- +name: New issue +about: Any issue that isn't just a bug report +title: '' +labels: '' +assignees: '' + +--- + +