create issue templates (#3952)

This commit is contained in:
Christoph Stenglein 2023-07-08 15:21:23 +02:00 committed by GitHub
parent 82bd29c2d0
commit 14f126ee88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

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

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -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

View file

@ -0,0 +1,7 @@
---
name: Documentation Improvement
about: Improvement suggestions for the documentation
title: ''
labels: 'documentation'
assignees: ''
---

View file

@ -0,0 +1,7 @@
---
name: Feature Request
about: Enhancement suggestions for the RaspiBlitz
title: ''
labels: 'enhancement'
assignees: ''
---