diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a8515ed45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: 'bug - unconfirmed' +assignees: '' +--- + +**Describe the bug** +A clear and concise description about the issue you encounter. + +**To Reproduce** +Steps to reproduce the behavior. + +**Debug file** + +If possible, please add a debug report. To do that, drag a text file with the debug report in here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..668d274d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Need help? Ask a question in the Q&A section + url: https://github.com/raspiblitz/raspiblitz/discussions/categories/q-a + about: Community support for questions + - name: Have an idea for a new app in the RaspiBlitz? Make a suggestion in the app ideas section + url: https://github.com/raspiblitz/raspiblitz/discussions/categories/feature-app-ideas + about: Feature and app ideas diff --git a/.github/ISSUE_TEMPLATE/documentation_improvement.md b/.github/ISSUE_TEMPLATE/documentation_improvement.md new file mode 100644 index 000000000..b783b72b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_improvement.md @@ -0,0 +1,7 @@ +--- +name: Documentation Improvement +about: Improvement suggestions for the documentation +title: '' +labels: 'documentation' +assignees: '' +--- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..eabd90dd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,7 @@ +--- +name: Feature Request +about: Enhancement suggestions for the RaspiBlitz +title: '' +labels: 'enhancement' +assignees: '' +---