Skip to content

Commit

Permalink
Introduce issue templates (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl authored Oct 31, 2018
1 parent cd9e596 commit caca012
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a bug report to help us improve tmuxinator

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment**
- tmuxinator Version: [output of `tmuxinator -v`, e.g. "tmuxinator 0.13.0"]
- tmux Version: [output of `tmux -V`, e.g. "tmux 2.3"]
- Ruby Version: [output of `ruby -v`, e.g. "ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]"]
- OS: [specific command varies, e.g. "Debian GNU/Linux 9.5 (stretch)"]

**Additional information**
Add any other context or (potentially) useful information about the problem here. Feel free to include screenshots, videos, scripts, Dockerfiles, etc. which may help others diagnose/reproduce the issue.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit caca012

Please sign in to comment.