diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-15 15:00:14 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-15 15:00:14 +0100 |
commit | 3da83dd6df76d4c1b9437260dbc6d864f5b65900 (patch) | |
tree | 6ce918038b97fbe535f335eae20ac4e951565f2d | |
parent | 555b979a9d25123fc2b86cb18c4ad3197e3bd6d3 (diff) | |
download | planet-3da83dd6df76d4c1b9437260dbc6d864f5b65900.tar planet-3da83dd6df76d4c1b9437260dbc6d864f5b65900.tar.gz planet-3da83dd6df76d4c1b9437260dbc6d864f5b65900.tar.bz2 planet-3da83dd6df76d4c1b9437260dbc6d864f5b65900.tar.xz planet-3da83dd6df76d4c1b9437260dbc6d864f5b65900.zip |
Add an issue template for Github
-rw-r--r-- | .github/issue_template.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index e69de29..4e3281f 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -0,0 +1,24 @@ +[We wrote some guidelines to help you +craft the best Issue / Pull Request possible](https://github.com/moonmoon/moonmoon/CONTRIBUTING.md), +don't hesitate to take a look at it :-) + +--- + +### Expected behavior + +What are you expecting to happen? + +### Actual behavior + +What happens instead? + +### Steps to reproduce + +* ... +* ... +* ... + +### Moonmoon version + +Which version of moonmoon are you using? If you don't know which one is installed, +try open the file `VERSION` at the root of moonmoon's folder.
\ No newline at end of file |