Browse Source

Improve templates

Enoc 4 years ago
parent
commit
7ae327ac5e

+ 5 - 7
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us improve Devdocs
 title: ''
-labels: ''
+labels: 'bug'
 assignees: ''
 ---
 
@@ -13,9 +13,7 @@ If possible fill each section
 # Bug report
 
 <!--
-Verify this steps before writing a new issue
-
- - Update to the most recent master release; the bug may already be fixed.
+Verify this steps before writing a new issue:
 
  - Search for existing issues; it's possible someone has already encountered this bug.
 -->
@@ -23,14 +21,14 @@ Verify this steps before writing a new issue
 ## OS information
 
 <!--
-Write what operative system and web browser you use
+What operating system and browser version are you using?
 -->
 
 ## Steps to reproduce
 
 <!--
-Write the steps to reproduce this bug or write a description about when and how is
-this happening
+Write the steps to reproduce this bug or write a description about when and how you
+encountered it
 -->
 
 ## More resources

+ 1 - 1
.github/ISSUE_TEMPLATE/config.yml

@@ -1,7 +1,7 @@
 blank_issues_enabled: false
 contact_links:
   - name: Question
-    about: "Ask and get involve on Gitter"
+    about: "Ask questions and have discussions on Gitter"
     url: "https://gitter.im/FreeCodeCamp/DevDocs"
   - name: New Documentation
     about: "Request a new documentation on Trello"

+ 3 - 3
.github/ISSUE_TEMPLATE/documentation_bug.md

@@ -1,8 +1,8 @@
 ---
-name: Documentation style bug
-about: Report documentation that has lost its style
+name: Documentation bug
+about: Report a problem with a specific documentation
 title: ''
-labels: ''
+labels: 'docs/improvement'
 assignees: ''
 ---
 

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.md

@@ -2,7 +2,7 @@
 name: Feature request
 about: Suggest a new feature
 title: ''
-labels: ''
+labels: 'feature'
 assignees: ''
 ---