mirror of https://github.com/freeCodeCamp/devdocs
parent
4b1fdf3862
commit
484cb25195
@ -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,46 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve Devdocs
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If possible fill each section
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Bug report
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Verify this steps before writing a new issue
|
||||||
|
|
||||||
|
- Update to the most recent master release; the bug may already be fixed.
|
||||||
|
|
||||||
|
- Search for existing issues; it's possible someone has already encountered this bug.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## OS information
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Write what operative system and web browser you use
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Steps to reproduce
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Write the steps to reproduce this bug or write a description about when and how is
|
||||||
|
this happening
|
||||||
|
-->
|
||||||
|
|
||||||
|
## 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 and get involve 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 style bug
|
||||||
|
about: Report documentation that has lost its style
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
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: ''
|
||||||
|
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…
Reference in new issue