[devdocsgjs/main: 1566/1867] Add new issues templates




commit 484cb251957e1489c7c899a0f7422065c2abc954
Author: Enoc <brianhernandez222 hotmail com>
Date:   Sat Mar 13 11:10:40 2021 -0600

    Add new issues templates

 .github/ISSUE_TEMPLATE.md                   | 10 -------
 .github/ISSUE_TEMPLATE/bug_report.md        | 46 +++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml           |  8 +++++
 .github/ISSUE_TEMPLATE/documentation_bug.md | 33 +++++++++++++++++++++
 .github/ISSUE_TEMPLATE/feature_request.md   | 36 ++++++++++++++++++++++
 5 files changed, 123 insertions(+), 10 deletions(-)
---
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..61ad57db
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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
+-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..e117f5b6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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";
diff --git a/.github/ISSUE_TEMPLATE/documentation_bug.md b/.github/ISSUE_TEMPLATE/documentation_bug.md
new file mode 100644
index 00000000..b2f467a2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation_bug.md
@@ -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
+-->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..01ef5f3c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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
+-->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]