From bbb2855e29889d68414c1daabb48eaf7e6cb5ff8 Mon Sep 17 00:00:00 2001 From: Larkinabout <105953297+Larkinabout@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:08:49 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 +++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3f96326 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A description of the bug and any screenshots. + +**Steps to reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Versions:** +- Token Action HUD Core: [e.g. 0 1.0] +- Token Action HUD System: [e.g. token-action-hud-dnd5e 0.1.0] +- System: [e.g. dnd5e 2.0.3] +- Foundry VTT: [e.g. 10.291] +- Browser: [e.g. Google Chrome 108.0.5359.124] + +**Additional context** +Any additional context. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ff3f89b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +**Describe your idea** +A description of your idea. + +**Versions** +- Token Action HUD System: [e.g. token-action-hud-dnd5e] +- System: [e.g. dnd5e] + +**Additional context** +Any additional context.