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 @@ -23,14 +21,14 @@ Verify this steps before writing a new issue ## OS information ## Steps to reproduce ## 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: '' ---