Skip to content

Commit 7a139c3

Browse files
authored
Add issue templates (#239)
1 parent 31c313d commit 7a139c3

File tree

6 files changed

+124
-0
lines changed

6 files changed

+124
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'Type: Bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Checklist**
11+
<!-- 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]) -->
12+
- [ ] I have searched for existing issues
13+
- [ ] I have looked through [the wiki](https://github.com/MonitorControl/MonitorControl/wiki)
14+
- [ ] I have updated MonitorControl to the latest version
15+
16+
**Describe the bug**
17+
A clear and concise description of what the bug is.
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Additional context**
33+
Add any other context about the problem here.
34+
35+
**Environment Information (please complete the following information):**
36+
- macOS version:
37+
- MonitorControl version:
38+
- Monitor(s):

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Discussion
3+
about: I want to discuss something that is related to this project
4+
title: ''
5+
labels: 'Type: Other'
6+
assignees: ''
7+
8+
---
9+
10+
**Checklist**
11+
<!-- 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]) -->
12+
- [ ] I have searched for existing issues
13+
14+
**Discussion**
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'Type: Feature Request'
6+
assignees: ''
7+
8+
---
9+
10+
**Checklist**
11+
<!-- 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]) -->
12+
- [ ] I have searched for existing issues
13+
14+
**Is your feature request related to a problem? Please describe.**
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
17+
**Describe the solution you'd like**
18+
A clear and concise description of what you want to happen.
19+
20+
**Describe alternatives you've considered**
21+
A clear and concise description of any alternative solutions or features you've considered.
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Monitor Issue
3+
about: MonitorControl is not working as expected on my Monitor
4+
title: ''
5+
labels: 'Type: Monitor Issue'
6+
assignees: ''
7+
8+
---
9+
10+
**Checklist**
11+
<!-- 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]) -->
12+
- [ ] I have searched for existing issues
13+
- [ ] I have looked through [the Monitor Troubleshooting wiki](https://github.com/MonitorControl/MonitorControl/wiki/Monitor-Troubleshooting)
14+
- [ ] I have updated MonitorControl to the latest version
15+
16+
**Describe the issue**
17+
A clear and concise description of the problem.
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Additional context**
26+
Add any other context about the problem here.
27+
28+
**Environment Information (please complete the following information):**
29+
- macOS version:
30+
- MonitorControl version:
31+
- Monitor(s):
32+
- Mac model:
33+
- Monitor Cable(s)/Connection(s): (e.g. DisplayPort)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question
3+
about: I have a question related to this project
4+
title: ''
5+
labels: 'Type: Question'
6+
assignees: ''
7+
8+
---
9+
10+
**Checklist**
11+
<!-- 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]) -->
12+
- [ ] I have searched for existing issues
13+
14+
**Question**

0 commit comments

Comments
 (0)