Skip to content

Commit 5a358eb

Browse files
Update issue templates
1 parent 28245eb commit 5a358eb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ assignees: ''
77

88
---
99

10-
### Description
10+
#### Description
1111

12-
### Steps to Reproduce
12+
#### Steps to Reproduce
1313

1414
1.
1515
2.
1616
3.
1717

18-
### Expected Behavior
18+
#### Expected Behavior
1919
-
2020

21-
### Actual Behavior
21+
#### Actual Behavior
2222
-
2323

24-
### Basic Information
24+
#### Basic Information
2525

2626
- Version with issue:
2727
- Last known good version:
2828

29-
### Screenshots
29+
#### Screenshots
3030

3131
<!-- If the issue is a visual issue, please include screenshots showing the problem if possible -->
3232

33-
### Reproduction Link
33+
#### Reproduction Link
3434

3535
<!-- If possible, please upload or provide a link to a reproduction case -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ assignees: ''
77

88
---
99

10-
## Summary
10+
#### Summary
1111
Please provide a brief summary of your proposal. Two to three sentences is best here.
1212

13-
## API Changes
13+
#### API Changes
1414
Include a list of all API changes, additions, subtractions as would be required by your proposal.
1515

1616
e.g.
@@ -22,5 +22,5 @@ In order for my new feature to be awesome, we need to create a new boolean value
2222
myapi.beAwesome = true;
2323
```
2424

25-
## Intended Use Case
25+
#### Intended Use Case
2626
Provide a detailed example of where your proposal would be used and for what purpose.

.github/ISSUE_TEMPLATE/refactoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
name: Refactoring
3-
about: Internal changes to improve existing features
3+
about: Internal changes to improve existing features
44
title: "[Refactoring] "
55
labels: refactoring
66
assignees: ''
77

88
---
99

10-
### Description
10+
#### Description
1111
<!---
1212
A short description of the planned refactoring.
1313
--->
1414

15-
### Background & Context
15+
#### Background & Context
1616
<!---
1717
What is the motivation for the refactoring?
1818
Pros & cons, solutions and decisions concerning (reasoning) the refactoring.
1919
--->
2020

21-
### References
21+
#### References
2222
<!---
2323
Further references to e.g. other information resources like links to specification(s) etc.
2424
--->

0 commit comments

Comments
 (0)