Skip to content

Add issue_template.md file. #476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### Step 1: Provide a summary of your problem
* For general technical questions, problems or feature requests related to the code **in this repository** file an issue.

### Step 2: Provide tmuxp details
* Python version
* system PATH
* tmux version
* tmuxp version
* tmux path
* tmuxp path,
* libtmux version
* shell
* output of `tmux list-sessions`, `tmux list-windows`, `tmux list-panes`
* output of `tmux show-options -g`, `tmux show-window-options -g`
* output of `tmuxp freeze <SESSION_NAME>`

### Step 2: Describe your environment
* Architecture: _____
* OS version: _____

### Step 3: Describe the problem:
#### Steps to reproduce:
1. _____
2. _____
3. _____

#### Observed Results:
* What happened? This could be a description, log output, etc.

#### Expected Results:
* What did you expect to happen?

#### Relevant Code:
```
// TODO(you): paste here tmuxp configuration (YAML / JSON) you are having issues with.