Skip to content

Commit 88301b2

Browse files
authored
Merge pull request #343 from noplanman/fix_github_templates
Fix GitHub templates to prevent mistakes
2 parents e101cdf + f4aaabd commit 88301b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
- RAW update (if available):
99

1010
### Expected behaviour
11-
> What SHOULD be happening?
11+
<!-- What SHOULD be happening? -->
1212

1313
### Actual behaviour
14-
> What IS happening?
14+
<!-- What IS happening? -->
1515

1616
### Steps to reproduce
17-
> Explain how to reproduce the issue
17+
<!-- Explain how to reproduce the issue -->
1818

1919
### Extra details
20-
> Please post any extra details that might help solve the issue (e.g. logs)
20+
<!-- Please post any extra details that might help solve the issue (e.g. logs) -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
> Make sure this pull request is pointed towards the "develop" branch!
1+
<!-- Make sure this pull request is pointed towards the "develop" branch! -->
22

3-
> Explain in detail what this pull request contains.
3+
<!-- Explain in detail what this pull request contains. -->

0 commit comments

Comments
 (0)