From 2b41caaf1e802aeccc137048f2bfa102900b00af Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Wed, 17 Aug 2022 14:43:49 +0200 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 41 +++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 0000000000..c4f52fa9b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Something not working as expected? Let us look into it +title: "" +labels: bug +assignees: "" +--- + +Found a bug? Please fill out the sections below. 👍 + +### Issue Summary + + + +(Write your answer here.) + +### Steps to Reproduce + + + +(Write your answer here.) + +## Environment + +- [ ] snoopForms Cloud (app.snoopforms.com) +- [ ] self-hosted snoopForms, version/commit: [please provide] + +### Additional Context + + + +(Write your answer here.) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..7e9b38377b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions + url: https://discord.gg/3YFcABF2Ts + about: Ask a general question about the project on our Discord server diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..87d2eb23d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,41 @@ +--- +name: Feature request +about: Suggest a feature or idea +title: "" +labels: feature +assignees: "" +--- + +### Is your proposal related to a problem? + + + +(Write your answer here.) + +### Describe the solution you'd like + + + +(Describe your proposed solution here.) + +### Describe alternatives you've considered + + + +(Write your answer here.) + +### Additional context + + + +(Write your answer here.)