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.)