Add issue templates (#239)

This commit is contained in:
Joni Van Roost 2020-06-10 21:14:03 +02:00 committed by GitHub
parent 31c313d17b
commit 7a139c38c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 124 additions and 0 deletions

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

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'Type: Bug'
assignees: ''
---
**Checklist**
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
- [ ] I have searched for existing issues
- [ ] I have looked through [the wiki](https://github.com/MonitorControl/MonitorControl/wiki)
- [ ] I have updated MonitorControl to the latest version
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
**Environment Information (please complete the following information):**
- macOS version:
- MonitorControl version:
- Monitor(s):

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

@ -0,0 +1 @@
blank_issues_enabled: true

14
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View file

@ -0,0 +1,14 @@
---
name: Discussion
about: I want to discuss something that is related to this project
title: ''
labels: 'Type: Other'
assignees: ''
---
**Checklist**
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
- [ ] I have searched for existing issues
**Discussion**

View file

@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Type: Feature Request'
assignees: ''
---
**Checklist**
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
- [ ] I have searched for existing issues
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

33
.github/ISSUE_TEMPLATE/monitor-issue.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
name: Monitor Issue
about: MonitorControl is not working as expected on my Monitor
title: ''
labels: 'Type: Monitor Issue'
assignees: ''
---
**Checklist**
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
- [ ] I have searched for existing issues
- [ ] I have looked through [the Monitor Troubleshooting wiki](https://github.com/MonitorControl/MonitorControl/wiki/Monitor-Troubleshooting)
- [ ] I have updated MonitorControl to the latest version
**Describe the issue**
A clear and concise description of the problem.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
**Environment Information (please complete the following information):**
- macOS version:
- MonitorControl version:
- Monitor(s):
- Mac model:
- Monitor Cable(s)/Connection(s): (e.g. DisplayPort)

14
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View file

@ -0,0 +1,14 @@
---
name: Question
about: I have a question related to this project
title: ''
labels: 'Type: Question'
assignees: ''
---
**Checklist**
<!-- Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->
- [ ] I have searched for existing issues
**Question**