Skip to content

Commit db44376

Browse files
authored
Simpler PR Template (#151)
1 parent 159ed55 commit db44376

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@ assignees: ''
88
---
99

1010
## Describe the problem
11+
1112
A clear and concise description of what the problem is.
1213

1314
## Expected behavior
15+
1416
A clear and concise description of what you expected to happen.
1517

1618
## Running code examples
17-
If applicable, try to add executable code to and share the url to illustrate your point. e.g. https://go.dev/play/p/UfJNprdqDJ6
19+
20+
If applicable, try to add executable code to and share the URL to illustrate your point. e.g. <https://go.dev/play/p/UfJNprdqDJ6>.
1821

1922
## What effort have you taken to solve this problem?
23+
2024
Describe what effort you have done so far to solve this challenge?
2125

2226
## Additional context
27+
2328
Add any other context about the problem here.

.github/pull-request-template.md

+5-28
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,14 @@
1-
<!--
1+
# Fixes issue #N/A
22

3-
Thank you for contributing ❤️
3+
<!-- Thank you for contributing ❤️
44
55
Please fill out the details below to help the reviewers understand
6-
the change.
7-
8-
-->
9-
10-
# Fixes #N/A <!-- issue number if applicable -->
6+
the change. -->
117

128
## What is being changed?
139

14-
<!--
15-
16-
What describes the change you are making?
17-
18-
-->
19-
20-
## Why is this a good idea?
21-
22-
<!--
23-
24-
Explain what is the advantage of merging your change? How does it
25-
make anything better?
26-
27-
-->
28-
29-
## PR Opener Check List
10+
## What are the advantages of this change over what exists?
3011

31-
- [ ] Do lint checks pass?
32-
- [ ] Do all tests pass
33-
- [ ] Does code coverage stay at 100%?
34-
- [ ] Are all open concerns addressed?
35-
- [ ] Is change approved?
12+
## What are the downsides of this change?
3613

3714
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)