Skip to content

Commit

Permalink
docs: improve the issue forms (TheAlgorithms#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Dec 19, 2022
1 parent cb4c40e commit 7ea7d7b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ body:
4.
validations:
required: false
- type: textarea
id: extra_information
attributes:
label: Additional information
description: Is there anything else we should know about this bug report?
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord community
url: https://the-algorithms.com/discord/
about: Have any questions or found any bugs? Contact us via our Discord community.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ body:
description: If possible, describes possible workarounds to this feature.
validations:
required: false
- type: textarea
id: extra_information
attributes:
label: Additional information
description: Is there anything else we should know about this feature request?
validations:
required: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Other issue
description: Use this for any other issues. Do NOT create blank issues
title: "[OTHER]: "
labels: ["awaiting triage"]
body:
- type: textarea
id: description
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false

0 comments on commit 7ea7d7b

Please sign in to comment.