Show provenance of import constraint
[cabal.git] / .github / ISSUE_TEMPLATE / bug_report.md
blob5ce889eea191b6a3df05068f72c76ea666e82006
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: ["type: bug", "needs triage"]
6 assignees: ''
8 ---
10 **Describe the bug**
11 A clear and concise description of what the bug is.
13 **To Reproduce**
14 Steps to reproduce the behavior:
16 ```
17 $ cabal build ...
18 ```
20 **Expected behavior**
21 A clear and concise description of what you expected to happen.
23 **System information**
24  - Operating system
25  - `cabal`, `ghc` versions
27 **Additional context**
28 Add any other context about the problem here.