Skip to content

Commit

Permalink
improved issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincburns committed Jan 15, 2018
1 parent 4b64449 commit ca7a713
Showing 1 changed file with 83 additions and 21 deletions.
104 changes: 83 additions & 21 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,102 @@
<!--- Provide a general summary of the issue in the Title above -->
<!---
<!--- DO NOT PASTE ONLY IMAGES OF TERMINAL OUTPUT AS AN ISSUE --->
TO INSURE THE FASTEST RESPONSE POSSIBLE, PLEASE READ THESE INSTRUCTIONS
CAREFULLY.
-->

<!--- Please provide a short summary of the issue in the Title above -->

<!--- When you see empty square brackets below, that's a checkbox. Replace with
[x] to check the box -->

* I asked about this on [gitter](https://gitter.im/ConsenSys/truffle): [ ]
* Link to my question on gitter: <!-- delete this line if not applicable -->

<!---
You can get a link to your gitter question by rt-clicking the timestamp of your
post and hitting "Copy Link", or by clicking the timestamp and copying the URL
from your browser's address bar.
Truffle gitter: https://gitter.im/ConsenSys/truffle
-->

<!--- WINDOWS USERS: Please READ all of the error / debug output and make sure that the issue
isn't due to you missing something before creating an issue. A large portion of Windows
issues turn out to be easily self-fixable if you actually read the output before dumping
it in an issue here. Thanks! --->

## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

<!---
If you're describing a bug, tell us what should happen.
If you're suggesting a change/improvement, tell us how it should work.
-->

## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

<!---
If describing a bug, tell us what happens instead of the expected behavior.
If suggesting a change/improvement, explain the difference from current
behavior.
-->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

<!---
Not obligatory, but this is the place to suggest the underlying cause and
possible fix for the bug, if you have one, or ideas how to implement the
addition or change. We'll be sure to credit your ideas in the commit log, or
better yet, submit a PR and you'll get credit for the whole thing.
-->

## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->

<!---
This is the most important information you can give us in this bug report.
Without good information here, it will take much longer to get your issue
resolved!
The best strategy here is to assume the maintainer reading this just started
working on the Ganache project yesterday.
If possible, please provide a link to a live example, or an unambiguous set of
steps to reproduce this bug. Include code to reproduce, if relevant.
-->
1.
2.
3.
4.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
<!---
How has this issue affected you? What are you trying to accomplish? Is this
issue likely to block you or others from getting your work done?
This is the best place to try to convince us that this issue needs to be solved
ASAP (if necessary), and to help us to understand what our code must stand up to
in the real world.
-->

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
* Version of Truffle/Remix/Other tools used:
* NodeJS Version: [ ] 6.x, [ ] 7.x (unsupported), [ ] 8.x, [ ] 9.x
* Operating System and version (include distro if Linux):
* Link to your project or repro gist:
* Commit hash to use with above link for reproduction:
* I intend to submit a pull request to fix this issue: [ ]

<!--- When you're finished with the above, please delete these comments to avoid
whitespace formatting issues -->

0 comments on commit ca7a713

Please sign in to comment.