diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5848b17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug] " +labels: "bug \U0001F41B" +assignees: '' + +--- + +**What's the bug?** + + +**How do we reproduce it?** + + +**What should have happened?** + + +**What is actually happening?** + + +**What versions you're using?** + - OS: + - Deno: + - Harmony: + +**Do you have anything to tell us more about the bug?** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4a328f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request] " +labels: enhancement ✨ +assignees: '' + +--- + +**What do you want to request?** + + + + +**Do you have anything to tell us about your request?** + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..31994dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Question about this project +title: "[Question] " +labels: question ❓ +assignees: '' + +--- + +**What question do you have?** +