Skip to content

Commit cba8e5e

Browse files
authored
Merge pull request #1503 from MasterEnoc/issues-template
Add new issues templates
2 parents d3e6977 + 7ae327a commit cba8e5e

File tree

5 files changed

+121
-10
lines changed

5 files changed

+121
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Devdocs
4+
title: ''
5+
labels: 'bug'
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+
- Search for existing issues; it's possible someone has already encountered this bug.
19+
-->
20+
21+
## OS information
22+
23+
<!--
24+
What operating system and browser version are you using?
25+
-->
26+
27+
## Steps to reproduce
28+
29+
<!--
30+
Write the steps to reproduce this bug or write a description about when and how you
31+
encountered it
32+
-->
33+
34+
## More resources
35+
36+
<!--
37+
Add images, GIFs, screenshot, console output or any other resource that might help to undestand this bug
38+
-->
39+
40+
## Possible fix
41+
42+
<!--
43+
If you have an idea how to fix this you can write here
44+
-->

.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 questions and have discussions 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 bug
3+
about: Report a problem with a specific documentation
4+
title: ''
5+
labels: 'docs/improvement'
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: 'feature'
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)