Skip to content

Commit

Permalink
Fix: Use dashes instead of asterisks for unordered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 5, 2021
1 parent cdf7629 commit 4fa9c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#### Steps required to reproduce the problem

1.
2.
3.
1.
2.
3.

#### Expected Result

*
-

#### Actual Result

*
-
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This pull request

* [x]
- [x]

Follows #.
Related to #.
Expand Down

0 comments on commit 4fa9c50

Please sign in to comment.