Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1503 from MasterEnoc/issues-template
Browse files Browse the repository at this point in the history
Add new issues templates
  • Loading branch information
simon04 authored Mar 15, 2021
2 parents d3e6977 + 7ae327a commit cba8e5e
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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"
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_bug.md
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
-->
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
-->

0 comments on commit cba8e5e

Please sign in to comment.