Skip to content

Commit 7ea7d7b

Browse files
authored
docs: improve the issue forms (#1272)
1 parent cb4c40e commit 7ea7d7b

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ body:
3939
4.
4040
validations:
4141
required: false
42+
- type: textarea
43+
id: extra_information
44+
attributes:
45+
label: Additional information
46+
description: Is there anything else we should know about this bug report?
47+
validations:
48+
required: false

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Discord community
4+
url: https://the-algorithms.com/discord/
5+
about: Have any questions or found any bugs? Contact us via our Discord community.

.github/ISSUE_TEMPLATE/feature_request.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ body:
2929
description: If possible, describes possible workarounds to this feature.
3030
validations:
3131
required: false
32+
- type: textarea
33+
id: extra_information
34+
attributes:
35+
label: Additional information
36+
description: Is there anything else we should know about this feature request?
37+
validations:
38+
required: false

.github/ISSUE_TEMPLATE/other.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Other issue
2+
description: Use this for any other issues. Do NOT create blank issues
3+
title: "[OTHER]: "
4+
labels: ["awaiting triage"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: What would you like to share?
10+
description: Provide a clear and concise explanation of your issue.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: extrainfo
15+
attributes:
16+
label: Additional information
17+
description: Is there anything else we should know about this issue?
18+
validations:
19+
required: false

0 commit comments

Comments
 (0)