-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2233 from sjakobi/master
Add an issue template
- Loading branch information
Showing
3 changed files
with
56 additions
and
37 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
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,54 @@ | ||
Do you have a question regarding stack's usage that isn't covered by [the docs](http://haskellstack.org)? | ||
In that case please ask your question on [Stack Overflow](http://stackoverflow.com) and use [the haskell-stack tag](http://stackoverflow.com/questions/tagged/haskell-stack). | ||
This way your question will be more easily discoverable by other people with the same question. | ||
|
||
|
||
If you're reporting a bug please follow the steps below: | ||
|
||
Make sure that you are using the latest release (currently stack-1.1.2). | ||
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade. | ||
|
||
Please use the following schema for your bug report: | ||
|
||
### General summary/comments (optional) | ||
|
||
### Steps to reproduce | ||
|
||
For example: | ||
|
||
1. Remove directory *blah*. | ||
2. Run command `stack blah`. | ||
3. Edit file blah. | ||
4. Run command `stack blah`. | ||
|
||
Include any `.yaml` configuration if relevant. | ||
|
||
### Expected | ||
|
||
What you expected to see and happen. | ||
|
||
### Actual | ||
|
||
What actually happened. | ||
|
||
If you suspect that a stack command misbehaved, please include the output of that command in `--verbose` mode. | ||
If the output is larger than a page please paste the output in a [Gist](https://gist.github.com/). | ||
|
||
``` | ||
$ stack <your command here> <args> --verbose | ||
<output> | ||
``` | ||
|
||
### Stack version | ||
|
||
``` | ||
$ stack --version | ||
Version 0.0.2, Git revision 6a86ee32e5b869a877151f74064572225e1a0398 | ||
``` | ||
|
||
### Method of installation | ||
|
||
* Official binary, downloaded from stackage.org or fpcomplete's package repository | ||
* Via cabal-install | ||
* An unofficial package repository (please specify which) | ||
* Other (please specify) |
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