Skip to content

Commit

Permalink
Add an issue template for bug reports (#3005)
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 authored Jan 8, 2020
1 parent 78495a0 commit 81d9f38
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: File an issue to help us improve
title: ''
labels: ''
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 the behavior can be reproduced -->

1.
1.
1.

## Specifications

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

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

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

0 comments on commit 81d9f38

Please sign in to comment.