Skip to content

Commit 1b13127

Browse files
authored
Fix lint issue (#149)
1 parent ac06496 commit 1b13127

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

.github/pull-request-template.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1-
<!-- Thank you for contributing ❤️ -->
1+
<!--
22
3-
Fixes #N/A <!-- issue number if applicable-->
3+
Thank you for contributing ❤️
44
5-
**What is being changed?**
5+
Please fill out the details below to help the reviewers understand
6+
the change.
67
7-
**Why is this a good idea?**
8+
-->
9+
10+
# Fixes #N/A <!-- issue number if applicable -->
11+
12+
## What is being changed?
13+
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
830

9-
**PR Opener Check List**
1031
- [ ] Do lint checks pass?
1132
- [ ] Do all tests pass
1233
- [ ] Does code coverage stay at 100%?

0 commit comments

Comments
 (0)