Skip to content

Commit 7ae327a

Browse files
committed
Improve templates
1 parent 484cb25 commit 7ae327a

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve Devdocs
44
title: ''
5-
labels: ''
5+
labels: 'bug'
66
assignees: ''
77
---
88

@@ -13,24 +13,22 @@ If possible fill each section
1313
# Bug report
1414

1515
<!--
16-
Verify this steps before writing a new issue
17-
18-
- Update to the most recent master release; the bug may already be fixed.
16+
Verify this steps before writing a new issue:
1917
2018
- Search for existing issues; it's possible someone has already encountered this bug.
2119
-->
2220

2321
## OS information
2422

2523
<!--
26-
Write what operative system and web browser you use
24+
What operating system and browser version are you using?
2725
-->
2826

2927
## Steps to reproduce
3028

3129
<!--
32-
Write the steps to reproduce this bug or write a description about when and how is
33-
this happening
30+
Write the steps to reproduce this bug or write a description about when and how you
31+
encountered it
3432
-->
3533

3634
## More resources

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
about: "Ask and get involve on Gitter"
4+
about: "Ask questions and have discussions on Gitter"
55
url: "https://gitter.im/FreeCodeCamp/DevDocs"
66
- name: New Documentation
77
about: "Request a new documentation on Trello"

.github/ISSUE_TEMPLATE/documentation_bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: Documentation style bug
3-
about: Report documentation that has lost its style
2+
name: Documentation bug
3+
about: Report a problem with a specific documentation
44
title: ''
5-
labels: ''
5+
labels: 'docs/improvement'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest a new feature
44
title: ''
5-
labels: ''
5+
labels: 'feature'
66
assignees: ''
77
---
88

0 commit comments

Comments
 (0)