[devdocsgjs/main: 1567/1867] Improve templates




commit 7ae327ac5e0027a965eb841a318eb3b70533d953
Author: Enoc <brianhernandez222 hotmail com>
Date:   Sat Mar 13 23:58:25 2021 -0600

    Improve templates

 .github/ISSUE_TEMPLATE/bug_report.md        | 12 +++++-------
 .github/ISSUE_TEMPLATE/config.yml           |  2 +-
 .github/ISSUE_TEMPLATE/documentation_bug.md |  6 +++---
 .github/ISSUE_TEMPLATE/feature_request.md   |  2 +-
 4 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 61ad57db..c0dfddfc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index e117f5b6..540de6ea 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.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"
diff --git a/.github/ISSUE_TEMPLATE/documentation_bug.md b/.github/ISSUE_TEMPLATE/documentation_bug.md
index b2f467a2..9160c071 100644
--- a/.github/ISSUE_TEMPLATE/documentation_bug.md
+++ b/.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: ''
 ---
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 01ef5f3c..593d59aa 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
 name: Feature request
 about: Suggest a new feature
 title: ''
-labels: ''
+labels: 'feature'
 assignees: ''
 ---
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]