Skip to content

Commit 750a431

Browse files
authored
Merge pull request #476 from tmux-python/issue-351
Add issue_template.md file.
2 parents 2d8d3da + 121c3a1 commit 750a431

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/issue_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### 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.
3+
4+
### Step 2: Provide tmuxp details
5+
* Python version
6+
* system PATH
7+
* tmux version
8+
* tmuxp version
9+
* tmux path
10+
* tmuxp path,
11+
* libtmux version
12+
* shell
13+
* output of `tmux list-sessions`, `tmux list-windows`, `tmux list-panes`
14+
* output of `tmux show-options -g`, `tmux show-window-options -g`
15+
* output of `tmuxp freeze <SESSION_NAME>`
16+
17+
### Step 2: Describe your environment
18+
* Architecture: _____
19+
* OS version: _____
20+
21+
### Step 3: Describe the problem:
22+
#### Steps to reproduce:
23+
1. _____
24+
2. _____
25+
3. _____
26+
27+
#### Observed Results:
28+
* What happened? This could be a description, log output, etc.
29+
30+
#### Expected Results:
31+
* What did you expect to happen?
32+
33+
#### Relevant Code:
34+
```
35+
// TODO(you): paste here tmuxp configuration (YAML / JSON) you are having issues with.

0 commit comments

Comments
 (0)