Sfoglia il codice sorgente

Update ISSUE_TEMPLATE.md

Aidan Follestad 7 anni fa
parent
commit
fae9b3dba0
1 ha cambiato i file con 9 aggiunte e 3 eliminazioni
  1. 9 3
      .github/ISSUE_TEMPLATE.md

+ 9 - 3
.github/ISSUE_TEMPLATE.md

@@ -1,7 +1,9 @@
-- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests
+- [ ] I have verified there are [no duplicate active or recent bugs, questions, or requests](https://github.com/afollestad/material-dialogs/issues?q=is%3Aissue+is%3Aclosed)
 - [ ] I have verified that I am using the latest version of Material Dialogs.
 - [ ] I have given my issue a non-generic title.
-- [ ] I have read over the documentation (before asking questions on how to do something).
+- [ ] I have [read over the documentation](https://github.com/afollestad/material-dialogs/blob/master/README.md) (before asking questions on how to do something).
+
+---
 
 ###### Include the following:
  - Material Dialogs version: `0.x.x.x`
@@ -15,15 +17,19 @@ Also, please wrap Java with correct syntax highlighting.
 System.out.println("Hello, world!");
 ```
  
+---
+ 
 ###### Reproduction Steps
 
 1. 
 2. 
 3. 
 
-###### Expected Result
+---
 
+###### Expected Result
 
+---
 
 ###### Actual Result