-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an issue template for bug reports
Closes #2978 It should still be possible for users to open blank issues. Signed-off-by: Shon Feder <[email protected]>
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): |