Skip to content

Commit

Permalink
Add an issue template for bug reports
Browse files Browse the repository at this point in the history
Closes #2978

It should still be possible for users to open blank issues.

Signed-off-by: Shon Feder <[email protected]>
  • Loading branch information
shonfeder committed Jan 7, 2020
1 parent 793af38 commit b56dcaf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: File an issue to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Thank you for filing an issue to help us improve Dune! -->
## Expected Behavior


## Actual Behavior


## Reproduction

<!-- If possible, please open a PR with a test that reproduces the problem.
Adding tests is easy, see https://github.com/ocaml/dune/blob/master/HACKING.md#tests -->

- PR with a reproducing test:

<!-- Otherwise, please detail how to the behavior can be reproduced -->

1.
1.
1.

## Specifications

- Version (output of `dune --version`):
- Operating system (distribution and version):

<!-- remove the following if not used -->
## Additional information

- Link to gist with verbose output (run with `--verbose` flag):

0 comments on commit b56dcaf

Please sign in to comment.