Merge pull request #1503 from MasterEnoc/issues-template

Add new issues templates
pull/1507/head
Simon Legner 4 years ago committed by GitHub
commit cba8e5e7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +0,0 @@
<!--
⚠ Please check the automated versions report before reporting outdated docs:
https://github.com/freeCodeCamp/devdocs/issues?q="Documentation+versions+report"
⚠ Please read the contributing guidelines before opening an issue:
https://github.com/freeCodeCamp/devdocs/blob/master/.github/CONTRIBUTING.md
Go here to request a new documentation:
https://trello.com/b/6BmTulfx/devdocs-documentation
-->

@ -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
-->

@ -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"

@ -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
-->

@ -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
-->
Loading…
Cancel
Save