Skip to content

Commit fe3adbd

Browse files
committed
docs(issue_template): Format
1 parent 86968bb commit fe3adbd

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

.github/issue_template.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
### Step 1: Provide a summary of your problem
2-
* For general technical questions, problems or feature requests related to the code **in this repository** file an issue.
2+
3+
- For general technical questions, problems or feature requests related to the code **in this repository** file an issue.
34

45
### Step 2: Provide tmuxp details
5-
* Include output of `tmuxp debug-info`
6-
* Include any other pertinant system info not captured
6+
7+
- Include output of `tmuxp debug-info`
8+
- Include any other pertinant system info not captured
79

810
### Step 3: Describe the problem:
11+
912
#### Steps to reproduce:
10-
1. _____
11-
2. _____
12-
3. _____
13+
14+
1. ...
15+
2. ...
16+
3. ...
1317

1418
#### Observed Results:
15-
* What happened? This could be a description, log output, etc.
19+
20+
- What happened? This could be a description, log output, etc.
1621

1722
#### Expected Results:
18-
* What did you expect to happen?
23+
24+
- What did you expect to happen?
1925

2026
#### Relevant Code:
21-
```
22-
// TODO(you): paste here tmuxp configuration (YAML / JSON) you are having issues with.
27+
28+
```
29+
// TODO(you): paste here tmuxp configuration (YAML / JSON) you are having issues with.
30+
```

0 commit comments

Comments
 (0)