Skip to content

Commit 787282c

Browse files
committed
Issue/pr template updates
1 parent e86b6b2 commit 787282c

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
### Summary
11+
12+
A clear and concise description of what the bug is, and what you expected to happen.
13+
14+
### How to reproduce
1215

13-
**How to reproduce**
14-
Steps to reproduce the behavior:
1516
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
17+
2. Click on '...'
18+
3. Scroll down to '...'
1819
4. See error
1920

2021
Please include screenshots.
2122

22-
**Expected behavior**
23-
A clear and concise description of what you expected to happen.
23+
### Additional context
2424

25-
**Additional context**
2625
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
### Summary
1211

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
12+
A clear and concise description of what the problem is, and what you solution you want.
1513

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
14+
### Changes
15+
16+
What changes this feature would introduce. Any risks these changes involve. Any alternative solutions or features you've considered.
17+
18+
### Additional context
1819

19-
**Additional context**
2020
Add any other context or screenshots about the feature request here.

PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Why:
1+
### Summary
22

3-
Closes [issue link]
3+
A clear and concise description of what the problem or opportunity is. Link to an issue if relevant.
44

5-
### What's being changed:
5+
### Changes
66

7-
<!-- Share artifacts of the changes, be they code snippets, GIFs or screenshots; whatever shares the most context. -->
7+
Describe the changes this pull request introduces.
88

9-
### Check off the following:
9+
### Task list
1010

1111
- [ ] For workflow changes, I have verified the Actions workflows function as expected.
1212
- [ ] For content changes, I have reviewed the [style guide](https://github.com/github/docs/blob/main/contributing/content-style-guide.md).

0 commit comments

Comments
 (0)