Skip to content

Commit c45a888

Browse files
committed
Update github issue templates
1 parent b603241 commit c45a888

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

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

88
---
99

10-
#### Version
10+
### Version
1111

1212
(use `cortex version` to determine your version)
1313

14-
#### Description
14+
### Description
1515

1616
(describe the bug)
1717

18-
#### Configuration
18+
### Configuration
1919

2020
(paste relevant `cortex.yaml` or `cluster.yaml` configuration)
2121

22-
#### Steps to reproduce
22+
### Steps to reproduce
2323

2424
1. ...
2525
2. ...
2626
3. ...
2727

28-
#### Expected behavior
28+
### Expected behavior
2929

3030
(describe the behavior you expected)
3131

32-
#### Actual behavior
32+
### Actual behavior
3333

3434
(describe the behavior you experienced)
3535

36-
#### Screenshots
36+
### Screenshots
3737

3838
(optional)
3939

40-
#### Stack traces
40+
### Stack traces
4141

4242
(error output from `cortex logs <api name>`)
4343

4444
```text
4545
<paste stack traces here>
4646
```
4747

48-
#### Additional context
48+
### Additional context
4949

5050
(optional)
5151

52-
#### Suggested solution
52+
### Suggested solution
5353

5454
(optional)

.github/ISSUE_TEMPLATE/feature-request.md

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

88
---
99

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

1212
(describe the feature)
1313

14-
#### Motivation
14+
### Motivation
1515

1616
(how this will improve the product / what problem will this solve / what is the use case)
1717

18-
#### Additional context
18+
### Additional context
1919

2020
(optional)

0 commit comments

Comments
 (0)