diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-07-25 20:39:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 20:39:31 +0200 |
commit | 4f5513add048e54a0236c0516d473061d0f0bb2a (patch) | |
tree | 6a7ef9b17bbd3794a5c3c5a42319715ac9f867cc | |
parent | 90cbfc059604504d06284551b62ecc7b1cfae9f4 (diff) | |
download | gitbook-4f5513add048e54a0236c0516d473061d0f0bb2a.zip gitbook-4f5513add048e54a0236c0516d473061d0f0bb2a.tar.gz gitbook-4f5513add048e54a0236c0516d473061d0f0bb2a.tar.bz2 |
Create template for GitHub issues
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a095a07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +Thank you for giving us your feedback! We listed some guidelines to help you: + +If possible, open separate issues for each bug report. Avoid grouping bugs that are unrelated. + +### What is the current behavior? + +If the current behavior is a bug, please provide the steps to reproduce. if possible, provide the GitBook version being used (`gitbook -v`) and the system infromations (OS and version). + +### What is the expected behavior? + +How do you think, or how would you like it should behave. + +#### For GitBook.com + +Provide, if possible, your username and the URL of the concerned book. + +---- + +The GitBook Team |