From 9f96196e9e183a0163cd991911d6c86e3e85cfab Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Mon, 20 Nov 2023 20:34:30 +0100 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/1-Bug_report.md | 34 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-Question.md | 5 +++ .github/ISSUE_TEMPLATE/3-Feature_request.md | 5 +++ 3 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/2-Question.md create mode 100644 .github/ISSUE_TEMPLATE/3-Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/1-Bug_report.md b/.github/ISSUE_TEMPLATE/1-Bug_report.md new file mode 100644 index 0000000..4e24b54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-Bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: You're having technical issues. 🐞 +labels: "bug" +--- + + + +## Expected Behavior + + + +## Current Behavior + + + +## Steps to Reproduce + + + + +1. + +2. + +3. + +4. + +## Your Environment + + + +- Operating System and version : diff --git a/.github/ISSUE_TEMPLATE/2-Question.md b/.github/ISSUE_TEMPLATE/2-Question.md new file mode 100644 index 0000000..c32e9ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-Question.md @@ -0,0 +1,5 @@ +--- +name: Question +about: Ask a question.❓ +labels: "question" +--- diff --git a/.github/ISSUE_TEMPLATE/3-Feature_request.md b/.github/ISSUE_TEMPLATE/3-Feature_request.md new file mode 100644 index 0000000..4147c89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-Feature_request.md @@ -0,0 +1,5 @@ +--- +name: Feature request +about: You want something added to the boilerplate. 🎉 +labels: "enhancement" +---