mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
docs: improve the issue forms (#1272)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user