Skip to content

Commit b231401

Browse files
committed
Fix GitHub template formatting and spelling
1 parent 3af7ae2 commit b231401

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

.github/ISSUE_TEMPLATE.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#### Expected behavior vs actual behavior
2-
<br><br>
2+
3+
34

45
#### Steps to reproduce
56
*(e.g., detailed walkthrough, runnable script, example application)*
6-
<br><br><br>
7+
8+
79

810
#### Environment
911

@@ -14,12 +16,14 @@ Output of `ruby -e "puts RUBY_DESCRIPTION"`:
1416
OS Type & Version:
1517

1618
Integrated application and version *(e.g., Rails, Grape, etc)*:
17-
<br><br>
19+
1820

1921
#### Backtrace
2022
*(e.g., provide any applicable backtraces from your application)*
21-
<br><br><br>
23+
24+
2225

2326
#### Additonal helpful information
2427
*(e.g., Gemfile.lock, configurations, PR containing a failing test, git bisect results)*
25-
<br><br><br>
28+
29+

.github/PULL_REQUEST_TEMPLATE.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
#### Purpose
2-
<br><br>
2+
33

44
#### Changes
5-
<br><br>
5+
66

77
#### Caveats
8-
<br><br>
8+
99

1010
#### Related GitHub issues
11-
<br><br>
1211

13-
#### Additonal helpful information
14-
<br><br>
12+
13+
#### Additional helpful information
14+
15+

0 commit comments

Comments
 (0)