From aba979ea3dce1136cca8ee2e12c2ed269e29c4c3 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Fri, 20 Jan 2023 17:36:22 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..156a951f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,10 @@ +--- +name: Bug +about: Create a report to help us improve +title: 'Bug:' +labels: bug +assignees: '' + +--- + +Search that this bugs don't already exist before creating it. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f3eeb351 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Feature Request title +title: 'Feature request:' +labels: enhancement +assignees: '' + +--- + +Search that this request don't already exist before creating it.