diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-27 19:32:46 +0800 |
---|---|---|
committer | Christian Parpart <christian@ethereum.org> | 2018-08-07 16:42:21 +0800 |
commit | 264985868ef5ac009d235b2eb5725b580d2a6cc8 (patch) | |
tree | bdd4b9696bb8d3c3b6bc44581991de1a51452a0c /.github/ISSUE_TEMPLATE/general.md | |
parent | 9d03de1f250cecad2c5c796beb10d96c3c9b15cd (diff) | |
download | dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.gz dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.bz2 dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.lz dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.xz dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.zst dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.zip |
Adds issue templates for GitHub.
Diffstat (limited to '.github/ISSUE_TEMPLATE/general.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/general.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md new file mode 100644 index 00000000..2d277865 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general.md @@ -0,0 +1,19 @@ +--- +name: General Feedback +about: Any general feedback (neither feature request nor bug reports) +--- + +## Prerequisites + +- First, many thanks for taking part in the community. We really appreciate that. +- Read the [contributing guidelines](http://solidity.readthedocs.io/en/latest/contributing.html). +- Support questions are better asked in one of the following locations: + - [Solidity chat](https://gitter.im/ethereum/solidity) + - [Stack Overflow](https://ethereum.stackexchange.com/) +- Ensure the issue isn't already reported. + +*Delete the above section and the instructions in the sections below before submitting* + +## Description + +Please describe the purpose of your ticket. |