Build all local packages with -Werror
[cabal.git] / .github / ISSUE_TEMPLATE / user_question.md
blob064e84ea4410341618dc4ce601143552097129d3
1 ---
2 name: Question
3 about: Ask a question to the developers
4 title: ''
5 labels: ["type: user-question"]
6 assignees: ''
8 ---
10 Two great places to ask questions are [Haskell Matrix](https://matrix.to/#/#haskell:matrix.org) (online chat) and [Haskell Discourse](https://discourse.haskell.org). There are many experienced programmers there who can quickly help you with using Cabal and `cabal-install`.
12 If you did not find an answer to your question, fill in this template.
14 **What is your question?**
15 State your question in simple terms. What were you attempting to do? What have you have tried?
17 **System information**
18  - Operating system
19  - `cabal`, `ghc` versions
21 **Additional context**
22 Add any other relevant context here.