Skip to content

Commit 622629c

Browse files
austincondiffLukas Pistrol
andauthored
Revised issue and PR templates (#1133)
* Update feature_request.yml * Update feature_request.yml * Update feature_request.yml * Update feature_request.yml * Update feature_request.yml * Update feature_request.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update bug_report.yml * Update pull_request_template.md * Update pull_request_template.md * Update feature_request.yml * Update bug_report.yml * Update feature_request.yml * Update pull_request_template.md * Update .github/pull_request_template.md Co-authored-by: Lukas Pistrol <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Lukas Pistrol <[email protected]> --------- Co-authored-by: Lukas Pistrol <[email protected]>
1 parent f700457 commit 622629c

File tree

3 files changed

+46
-40
lines changed

3 files changed

+46
-40
lines changed
Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: 🐞 Bug report
22
description: Something is not working as expected.
3-
title: 🐞 YOUR_DESCRIPTION
3+
title: 🐞 <bug title>
44
labels: bug
55

66
body:
77
- type: textarea
88
attributes:
99
label: Description
10-
description: >-
11-
A clear and concise description of what the bug is.
10+
placeholder: >-
11+
A clear and concise description of what the bug is...
1212
validations:
1313
required: true
1414

1515
- type: textarea
1616
attributes:
1717
label: To Reproduce
1818
description: >-
19-
Steps to reproduce the behavior.
19+
Steps to reliably reproduce the behavior.
2020
placeholder: |
2121
1. Go to '...'
2222
2. Click on '....'
@@ -27,26 +27,30 @@ body:
2727

2828
- type: textarea
2929
attributes:
30-
label: Expected behavior
31-
description: >-
32-
A clear and concise description of what you expected to happen.
30+
label: Expected Behavior
31+
placeholder: >-
32+
A clear and concise description of what you expected to happen...
3333
validations:
3434
required: true
3535

3636
- type: textarea
3737
attributes:
38-
label: Version information
38+
label: Version Information
3939
description: >-
4040
click on the version number on the welcome screen
4141
value: |
42-
CodeEdit: [e.g. 1.0]
43-
macOS: [e.g. 12.3.0]
44-
Xcode: [e.g. 13.3]
45-
validations:
46-
required: true
42+
CodeEdit: [e.g. 0.0.x-alpha.y]
43+
macOS: [e.g. 13.2.1]
44+
Xcode: [e.g. 14.2]
45+
46+
- type: textarea
47+
attributes:
48+
label: Additional Context
49+
placeholder: >-
50+
Any other context or considerations about the bug...
4751
4852
- type: textarea
4953
attributes:
50-
label: Additional context
51-
description: >-
52-
Add any other context about the problem here.
54+
label: Screenshots
55+
placeholder: >-
56+
If applicable, please provide relevant screenshots or screen recordings...
Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,31 @@
11
name: ✨ Feature request
22
description: Suggest an idea for this project
3-
title: YOUR_DESCRIPTION
3+
title: <feature title>
44
labels: enhancement
55

66
body:
7-
- type: input
8-
attributes:
9-
label: Is your feature request related to a problem? Please describe.
10-
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11-
validations:
12-
required: false
13-
147
- type: textarea
158
attributes:
16-
label: Describe the solution you'd like
9+
label: Description
1710
placeholder: >-
18-
A clear and concise description of what you want to happen.
11+
A clear and concise description of what you would like to happen...
1912
validations:
2013
required: true
2114

2215
- type: textarea
2316
attributes:
24-
label: Describe alternatives you've considered
17+
label: Alternatives Considered
2518
placeholder: >-
26-
A clear and concise description of any alternative solutions or features you've considered.
27-
validations:
28-
required: true
19+
Any alternative solutions or features you've considered...
2920
3021
- type: textarea
3122
attributes:
32-
label: Additional context
23+
label: Additional Context
3324
placeholder: >-
34-
Add any other context or screenshots about the feature request here.
35-
validations:
36-
required: true
25+
Any other context or considerations about the feature request...
26+
27+
- type: textarea
28+
attributes:
29+
label: Screenshots
30+
placeholder: >-
31+
If applicable, please provide relevant screenshots or screen recordings...

.github/pull_request_template.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Description
1+
<!--- IMPORTANT: If this PR addresses multiple unrelated issues, it will be closed until separated. -->
2+
3+
### Description
24

35
<!--- REQUIRED: Describe what changed in detail -->
46

5-
# Related Issue
7+
### Related Issues
8+
9+
<!--- REQUIRED: Tag all related issues (e.g. * #123) -->
10+
<!--- If this PR resolves the issue please specify (e.g. * closes #123) -->
11+
<!--- If this PR addresses multiple issues, these issues must be related to one other -->
612

7-
<!--- REQUIRED: Tag all related issues (e.g. * #23) -->
813
* #ISSUE_NUMBER
914

10-
# Checklist
15+
### Checklist
1116

1217
<!--- Add things that are not yet implemented above -->
18+
1319
- [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
20+
- [ ] The issues this PR addresses are related to each other
1421
- [ ] My changes generate no new warnings
1522
- [ ] My code builds and runs on my machine
23+
- [ ] My changes are all related to the related issue above
1624
- [ ] I documented my code
17-
- [ ] Review requested
1825

19-
# Screenshots
26+
### Screenshots
2027

2128
<!--- REQUIRED: if issue is UI related -->
2229

0 commit comments

Comments
 (0)