Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ea7d7b

Browse files
authored
docs: improve the issue forms (TheAlgorithms#1272)
1 parentcb4c40e commit7ea7d7b

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 19 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp