]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Further work on Github usability (issue templates)
authorGeorge Melikov <mail@gmelikov.ru>
Tue, 3 Jan 2017 21:01:48 +0000 (00:01 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Jan 2017 21:01:48 +0000 (15:01 -0600)
Make issue template more obvious about importance of
searching the issue tracker first, and wrap logs appropriately.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #5542

.github/ISSUE_TEMPLATE.md

index b93045731b7a028434eac7c12ea02d9358cbc2b9..e382b99039250acc7ca0d04e613a694f9beb17ee 100644 (file)
@@ -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 ```)