diff options
author | George Melikov <[email protected]> | 2017-01-04 00:01:48 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-03 15:01:48 -0600 |
commit | 42b64e50c093a4ad499458a6258254e399a4de52 (patch) | |
tree | 263fe13f48e9188911a72440df1e8f802a2bafe1 | |
parent | 5eac94bffd3b98c585eecfbf3fbf444362573142 (diff) |
Further work on Github usability (issue templates)
Make issue template more obvious about importance of
searching the issue tracker first, and wrap logs appropriately.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Closes #5542
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b93045731..e382b9903 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,14 @@ <!-- Thank you for reporting an issue. -This issue tracker is for bugs and issues only. -If you need general support please use -our mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists +*IMPORTANT* - Please search our issue tracker *before* making a new issue. +If you cannot find a similar issue, then create a new issue. +https://github.com/zfsonlinux/zfs/issues + +*IMPORTANT* - This issue tracker is for *bugs* and *issues* only. +Please search the wiki and the mailing list archives before asking +questions on the mailing list. +https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> @@ -30,6 +35,10 @@ modinfo spl | grep -iw version ### Include any warning/errors/backtraces from the system logs <!-- +*IMPORTANT* - Please mark logs and text output from terminal commands +or else Github will not display them correctly. +An example is provided below. + Example: ``` this is an example how log text should be marked (wrap it with ```) |