mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Improve templates
This commit is contained in:
parent
484cb25195
commit
7ae327ac5e
4 changed files with 10 additions and 12 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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
|
||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -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"
|
||||
|
|
6
.github/ISSUE_TEMPLATE/documentation_bug.md
vendored
6
.github/ISSUE_TEMPLATE/documentation_bug.md
vendored
|
@ -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: ''
|
||||
---
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,7 +2,7 @@
|
|||
name: Feature request
|
||||
about: Suggest a new feature
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'feature'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue