Skip to content

Commit 212af88

Browse files
authored
Fix casing in template headings
1 parent b48e26d commit 212af88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/ISSUE_TEMPLATE.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- One to two sentence description of the issue you are encountering or trying to solve. -->
44

5-
### Extra Detail
5+
### Extra detail
66

77
<!-- Please include any additional details that may be helpful in understanding the issue. -->
88
#### Screenshots
@@ -13,7 +13,7 @@
1313

1414
<!-- If new idea or direction, please create a checklist of proposed ideas or next steps. [Example](https://github.com/github/training-kit/issues/415). -->
1515

16-
### How to Contribute
16+
### How to contribute
1717

1818
- Comment on this issue if you'd like to work/collaborate on it!
1919
- Fork the [repository](https://github.com/github/training-kit).
@@ -23,7 +23,7 @@
2323
- Base Dropdown: github/training-kit
2424
- Compare Dropdown: Your fork
2525

26-
#### Testing Locally
26+
#### Testing locally
2727

2828
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
2929

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Link to related issue. Type `closes #RELATED_ISSUE_NUMBER` to establish a link.
1010

1111
<!-- If relevant, write a list of questions that you would like to discuss related to the changes that you have made. -->
1212

13-
## Next Steps
13+
## Next steps
1414

1515
<!-- If incomplete, create a task list of items that are still being worked on within the Pull Request. -->
1616

0 commit comments

Comments
(0)