Skip to content

Commit

Permalink
Merge 6d1de0f into 27ca889
Browse files Browse the repository at this point in the history
  • Loading branch information
Raph committed Sep 12, 2018
2 parents 27ca889 + 6d1de0f commit c5e42c1
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
name: Bug report
about: Create a report to help us improve

---

# Report

## What did you do?
Expand All @@ -14,12 +20,18 @@ e.g. Running your flottbot without it crashing.
ℹ Please replace this with of what happened instead.
e.g. 💥

## Screenshots

If applicable, add screenshots to help explain your problem.

## Your Environment

- Run `flottbot --version` and paste the output here
- What OS are you running on?
- Your `bot.yml` (remove any sensitive information!)
- Maybe the contents of the `.yml` for the rule you're trying to run, if applicable (remove any sensitive information!)
Please complete the following information):
- Flottbot version: [e.g. 0.1.0] (run `flottbot --version` and paste here)
- OS: [e.g. iOS]
- OS version: [e.g. 22]
- Bot YAML (see below)
- Rule YAML (see below) if applicable

```yaml
# please paste .bot.yml here (remove any sensitive information!)
Expand All @@ -28,3 +40,7 @@ e.g. 💥
```yaml
# please paste contents of your rule, if applicable (remove any sensitive information!)
```

## Additional context

Add any other context about the problem here.

0 comments on commit c5e42c1

Please sign in to comment.