forked from freeCodeCamp/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request freeCodeCamp#1503 from MasterEnoc/issues-template
Add new issues templates
- Loading branch information
Showing
5 changed files
with
121 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve Devdocs | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
If possible fill each section | ||
--> | ||
|
||
# Bug report | ||
|
||
<!-- | ||
Verify this steps before writing a new issue: | ||
- Search for existing issues; it's possible someone has already encountered this bug. | ||
--> | ||
|
||
## OS information | ||
|
||
<!-- | ||
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 you | ||
encountered it | ||
--> | ||
|
||
## More resources | ||
|
||
<!-- | ||
Add images, GIFs, screenshot, console output or any other resource that might help to undestand this bug | ||
--> | ||
|
||
## Possible fix | ||
|
||
<!-- | ||
If you have an idea how to fix this you can write here | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Question | ||
about: "Ask questions and have discussions on Gitter" | ||
url: "https://gitter.im/FreeCodeCamp/DevDocs" | ||
- name: New Documentation | ||
about: "Request a new documentation on Trello" | ||
url: "https://trello.com/b/6BmTulfx/devdocs-documentation" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Documentation bug | ||
about: Report a problem with a specific documentation | ||
title: '' | ||
labels: 'docs/improvement' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
If possible fill each section | ||
--> | ||
|
||
# Documentation style bug | ||
|
||
<!-- | ||
- Search for existing issues | ||
https://github.com/freeCodeCamp/devdocs/labels/docs%2Fimprovement | ||
--> | ||
|
||
## Summary | ||
<!-- | ||
Add a description about how the documentation should be | ||
--> | ||
|
||
## Actual style | ||
<!-- | ||
Add images or urls of the miss-formatted devdocs documentation | ||
--> | ||
|
||
## Expected style | ||
<!-- | ||
Add images showing the expected style or urls of the source page | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature | ||
title: '' | ||
labels: 'feature' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
If possible fill each section | ||
--> | ||
|
||
# Feature request | ||
|
||
<!-- | ||
Verify this steps before suggeting a new feature: | ||
- Check if anyone has suggested this feature before | ||
https://github.com/freeCodeCamp/devdocs/labels/feature | ||
- Make sure your feature fits DevDocs' vision | ||
https://github.com/freeCodeCamp/devdocs/blob/master/README.md#vision | ||
--> | ||
|
||
## Summary | ||
|
||
<!-- | ||
Write a description of this feature and write why it should be added to Devdocs | ||
--> | ||
|
||
## Examples | ||
|
||
<!-- | ||
If you have seen this feature before you can add images, URLs, gifs and any other | ||
resouce that might help to undestand how this feature works | ||
--> |