Skip to content

Commit

Permalink
update bug report template.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 12, 2019
1 parent 1dd6433 commit 362b1ef
Showing 1 changed file with 33 additions and 15 deletions.
48 changes: 33 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,49 @@ assignees: ''
---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

1. Run the `rrh ...` command.
2. Wont output is ..., however, got ....

Please copy and paste the result of `rrh config list` as below (hide your personal information).

```
RRH_HOME: ...
```

Also please copy and paste the result of `rrh export` excluding un-relevant information as bellow (hide your personal information).

```
{
"repositories": [
...
],
"groups":[
...
],
"relations":[
...
]
}
```


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

**Screenshots**
If applicable, add screenshots to help explain your problem.
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- OS: [e.g. macOS]
- Shell: [e.g. bash, zsh or fish]
- Version [e.g. 3.2.57(1)]

**Additional context**

Add any other context about the problem here.

0 comments on commit 362b1ef

Please sign in to comment.