You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ type: 'Bug'
4
4
title: 'Bug: '
5
5
body:
6
6
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
> Have you checked for similar issues? There's a possibility the bug you are experiencing has already been reported. Please do a thorough search before creating a new issue.
13
+
7
14
# Description
8
15
- type: textarea
9
16
attributes:
@@ -24,16 +31,6 @@ body:
24
31
validations:
25
32
required: true
26
33
27
-
# Requirements
28
-
- type: textarea
29
-
attributes:
30
-
label: Requirements
31
-
description: describe the expected behavior (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
32
-
value: |
33
-
- e.g. Fix crash that occurs when...
34
-
validations:
35
-
required: true
36
-
37
34
# Files Version
38
35
- type: input
39
36
id: files_version
@@ -54,7 +51,7 @@ body:
54
51
validations:
55
52
required: true
56
53
57
-
# User ID
54
+
# User ID
58
55
- type: input
59
56
id: user_id
60
57
attributes:
@@ -64,6 +61,15 @@ body:
64
61
validations:
65
62
required: false
66
63
64
+
# Note that the user should always upload the report rather than pasting it.
65
+
- type: markdown
66
+
attributes:
67
+
value: |
68
+
> [!IMPORTANT]
69
+
> Please **upload** the log file rather than pasting it here.
70
+
>
71
+
> Feel free to remove sensitive information such as your usernames or drive names.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/code_quality_issue.yml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,31 @@ description: Create a code quality issue to help Files keep a clean codebase
3
3
type: 'Code quality'
4
4
title: 'Code Quality: '
5
5
body:
6
+
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
> Have you checked for similar code quality issues? There's a possibility your suggestion is already being tracked. Please do a thorough search before creating a new issue.
13
+
14
+
# Issue body
6
15
- type: textarea
7
16
attributes:
8
17
label: Description
9
18
description: A clear and concise description of what the code quality issue is.
10
19
validations:
11
20
required: true
21
+
22
+
# Related code
12
23
- type: textarea
13
24
attributes:
14
25
label: Concerned code
15
26
description: A list of the different files and/or areas of the code concerned by the issue.
16
27
validations:
17
28
required: true
29
+
30
+
# Gains
18
31
- type: textarea
19
32
attributes:
20
33
label: Gains
@@ -25,6 +38,8 @@ body:
25
38
- eg. Clarifying the responsibility of class C.
26
39
validations:
27
40
required: true
41
+
42
+
# Requirements
28
43
- type: textarea
29
44
attributes:
30
45
label: Requirements
@@ -33,6 +48,8 @@ body:
33
48
- eg. Using a specific design pattern.
34
49
- eg. Separating Interface I into three new interfaces I1, I2 and I3.
35
50
- eg. Regrouping the duplicated process into a new helper.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ type: 'Feature request'
4
4
title: 'Feature: '
5
5
body:
6
6
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
>Have you checked for similar feature requests? There's a possibility your suggestion is already being tracked. Please do a thorough search before creating a new issue.
0 commit comments