Skip to content

Commit 484cb25

Browse files
committed
Add new issues templates
1 parent 4b1fdf3 commit 484cb25

File tree

5 files changed

+123
-10
lines changed

5 files changed

+123
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Devdocs
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
If possible fill each section
11+
-->
12+
13+
# Bug report
14+
15+
<!--
16+
Verify this steps before writing a new issue
17+
18+
- Update to the most recent master release; the bug may already be fixed.
19+
20+
- Search for existing issues; it's possible someone has already encountered this bug.
21+
-->
22+
23+
## OS information
24+
25+
<!--
26+
Write what operative system and web browser you use
27+
-->
28+
29+
## Steps to reproduce
30+
31+
<!--
32+
Write the steps to reproduce this bug or write a description about when and how is
33+
this happening
34+
-->
35+
36+
## More resources
37+
38+
<!--
39+
Add images, GIFs, screenshot, console output or any other resource that might help to undestand this bug
40+
-->
41+
42+
## Possible fix
43+
44+
<!--
45+
If you have an idea how to fix this you can write here
46+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Question
4+
about: "Ask and get involve on Gitter"
5+
url: "https://gitter.im/FreeCodeCamp/DevDocs"
6+
- name: New Documentation
7+
about: "Request a new documentation on Trello"
8+
url: "https://trello.com/b/6BmTulfx/devdocs-documentation"
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Documentation style bug
3+
about: Report documentation that has lost its style
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
If possible fill each section
11+
-->
12+
13+
# Documentation style bug
14+
15+
<!--
16+
- Search for existing issues
17+
https://github.com/freeCodeCamp/devdocs/labels/docs%2Fimprovement
18+
-->
19+
20+
## Summary
21+
<!--
22+
Add a description about how the documentation should be
23+
-->
24+
25+
## Actual style
26+
<!--
27+
Add images or urls of the miss-formatted devdocs documentation
28+
-->
29+
30+
## Expected style
31+
<!--
32+
Add images showing the expected style or urls of the source page
33+
-->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
If possible fill each section
11+
-->
12+
13+
# Feature request
14+
15+
<!--
16+
Verify this steps before suggeting a new feature:
17+
18+
- Check if anyone has suggested this feature before
19+
https://github.com/freeCodeCamp/devdocs/labels/feature
20+
21+
- Make sure your feature fits DevDocs' vision
22+
https://github.com/freeCodeCamp/devdocs/blob/master/README.md#vision
23+
-->
24+
25+
## Summary
26+
27+
<!--
28+
Write a description of this feature and write why it should be added to Devdocs
29+
-->
30+
31+
## Examples
32+
33+
<!--
34+
If you have seen this feature before you can add images, URLs, gifs and any other
35+
resouce that might help to undestand how this feature works
36+
-->

0 commit comments

Comments
 (0)