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/accuracy_bug_report.yaml
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
name: Accuracy bug report
2
-
description: Create a bug report to help us fix incorrect wordings
3
-
labels: ["bug:accuracy"]
2
+
description: Create a bug report to help us fix incorrect wording in Path of Building for PoE1.
3
+
labels: ["bug:accuracy"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for reporting an issue.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for reporting an issue with PoB-**PoE1**.
9
+
[Issues with PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues)
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: version
12
13
attributes:
@@ -19,15 +20,27 @@ body:
19
20
attributes:
20
21
label: Check for duplicates
21
22
options:
22
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
23
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
23
24
required: true
25
+
- type: dropdown
26
+
id: platform
27
+
attributes:
28
+
label: What platform are you running Path of Building on?
29
+
options:
30
+
- Windows
31
+
- Linux - Wine
32
+
- Linux - PoB Frontend
33
+
- MacOS
34
+
default: 0
35
+
validations:
36
+
required: true
24
37
- type: textarea
25
38
id: expected
26
39
attributes:
27
-
label: What is the wording ingame?
40
+
label: What is the wording in-game?
28
41
description: Please write a clear and concise description of what should happen.
29
42
placeholder: |
30
-
E.g. when I look at the unique [...] ingame it says [...].
43
+
E.g. when I look at the unique [...] in-game it says [...].
31
44
[screenshot].
32
45
validations:
33
46
required: true
@@ -44,9 +57,9 @@ body:
44
57
- type: textarea
45
58
id: build_code
46
59
attributes:
47
-
label: Character build code
60
+
label: PoB for PoE1 build code
48
61
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
49
-
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
62
+
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/application_bug_report.yaml
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
name: Application bug report
2
-
description: Create a bug report to help us fix an issue in Path of Building
2
+
description: Create a bug report to help us fix an issue in Path of Building for PoE1.
3
3
labels: [bug]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for reporting an issue.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for reporting an issue with PoB-**PoE1**.
9
+
[Issues with PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues).
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: version
12
13
attributes:
@@ -19,8 +20,20 @@ body:
19
20
attributes:
20
21
label: Check for duplicates
21
22
options:
22
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
23
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
23
24
required: true
25
+
- type: dropdown
26
+
id: platform
27
+
attributes:
28
+
label: What platform are you running Path of Building on?
29
+
options:
30
+
- Windows
31
+
- Linux - Wine
32
+
- Linux - PoB Frontend
33
+
- MacOS
34
+
default: 0
35
+
validations:
36
+
required: true
24
37
- type: textarea
25
38
id: expected
26
39
attributes:
@@ -53,9 +66,9 @@ body:
53
66
- type: textarea
54
67
id: build_code
55
68
attributes:
56
-
label: Character build code
69
+
label: PoB for PoE1 build code
57
70
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
58
-
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
71
+
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/behaviour_bug_report.yaml
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
name: Behaviour bug report
2
-
description: Create a bug report to help us fix incorrect behaviour or logic
3
-
labels: ["bug:behaviour"]
2
+
description: Create a bug report to help us fix incorrect behaviour or logic in Path of Building for PoE1.
3
+
labels: ["bug:behaviour"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for reporting an issue.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for reporting an issue with PoB-**PoE1**.
9
+
[Issues with PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues).
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: version
12
13
attributes:
@@ -19,7 +20,7 @@ body:
19
20
attributes:
20
21
label: Check for duplicates
21
22
options:
22
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
23
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
23
24
required: true
24
25
- type: checkboxes
25
26
id: validity
@@ -28,12 +29,24 @@ body:
28
29
options:
29
30
- label: I've checked that the behaviour is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
30
31
required: true
32
+
- type: dropdown
33
+
id: platform
34
+
attributes:
35
+
label: What platform are you running Path of Building on?
36
+
options:
37
+
- Windows
38
+
- Linux - Wine
39
+
- Linux - PoB Frontend
40
+
- MacOS
41
+
default: 0
42
+
validations:
43
+
required: true
31
44
- type: textarea
32
45
id: expected
33
46
attributes:
34
-
label: What is the behaviour ingame?
47
+
label: What is the behaviour in-game?
35
48
description: Please write a clear and concise description of what should happen.
36
-
placeholder: E.g. Ingame something behaves in a certain way. e.g. curse priority, auras disabled by mod, skills triggered in a certain way, etc.
49
+
placeholder: E.g. In-game something behaves in a certain way. e.g. curse priority, auras disabled by mod, skills triggered in a certain way, etc.
37
50
validations:
38
51
required: true
39
52
- type: textarea
@@ -59,9 +72,9 @@ body:
59
72
- type: textarea
60
73
id: build_code
61
74
attributes:
62
-
label: Character build code
75
+
label: PoB for PoE1 build code
63
76
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
64
-
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
77
+
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/calculation_bug_report.yaml
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
name: Calculation bug report
2
-
description: Create a bug report to help us fix incorrect calculations
3
-
labels: ["bug:calculation"]
2
+
description: Create a bug report to help us fix incorrect calculations in Path of Building for PoE1.
3
+
labels: ["bug:calculation"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for reporting an issue.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for reporting an issue with PoB-**PoE1**.
9
+
[Issues with PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues)
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: version
12
13
attributes:
@@ -19,7 +20,7 @@ body:
19
20
attributes:
20
21
label: Check for duplicates
21
22
options:
22
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
23
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
23
24
required: true
24
25
- type: checkboxes
25
26
id: validity
@@ -28,12 +29,24 @@ body:
28
29
options:
29
30
- label: I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
30
31
required: true
32
+
- type: dropdown
33
+
id: platform
34
+
attributes:
35
+
label: What platform are you running Path of Building on?
36
+
options:
37
+
- Windows
38
+
- Linux - Wine
39
+
- Linux - PoB Frontend
40
+
- MacOS
41
+
default: 0
42
+
validations:
43
+
required: true
31
44
- type: textarea
32
45
id: expected
33
46
attributes:
34
-
label: What is the value from the calculation ingame?
47
+
label: What is the value from the calculation in-game?
35
48
description: Please write a clear and concise description of what should happen.
36
-
placeholder: E.g. Ingame when I [...] and use [...] I believe it should be calculated as [...] and so the value is [...].
49
+
placeholder: E.g. In-game when I [...] and use [...] I believe it should be calculated as [...] and so the value is [...].
37
50
validations:
38
51
required: true
39
52
- type: textarea
@@ -59,9 +72,9 @@ body:
59
72
- type: textarea
60
73
id: build_code
61
74
attributes:
62
-
label: Character build code
75
+
label: PoB for PoE1 build code
63
76
description: Always provide a build code that exhibits the bug you want to report, even if it is not specific to a particular build. This helps us greatly to reproduce bugs faster.
64
-
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
77
+
placeholder: This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/crash_report.yaml
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
name: Crash report
2
-
description: Create a crash report to help us fix critical issues
2
+
description: Create a crash report to help us fix critical issues in Path of Building for PoE1.
3
3
labels: [bug, crash]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for reporting a crash or serve graphical issue.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for reporting a crash or severe graphical issue in PoB-**PoE1**.
9
+
[Issues with PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues)
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: version
12
13
attributes:
@@ -19,8 +20,20 @@ body:
19
20
attributes:
20
21
label: Check for duplicates
21
22
options:
22
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
23
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
23
24
required: true
25
+
- type: dropdown
26
+
id: platform
27
+
attributes:
28
+
label: What platform are you running Path of Building on?
29
+
options:
30
+
- Windows
31
+
- Linux - Wine
32
+
- Linux - PoB Frontend
33
+
- MacOS
34
+
default: 0
35
+
validations:
36
+
required: true
24
37
- type: textarea
25
38
id: context
26
39
attributes:
@@ -58,10 +71,10 @@ body:
58
71
- type: textarea
59
72
id: build_code
60
73
attributes:
61
-
label: Character build code
74
+
label: PoB for PoE1 build code
62
75
description: Provide a build code if the crash/graphical issue is caused by a certain build.
63
76
placeholder: |
64
-
This can be either a code copied from the "Import/Export Build" tab or a link to a shared build.
77
+
This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
65
78
In the case where Path of Building crashes/doesn't work on startup or when you open a build.
66
79
Go to your builds folder (default %userprofile%/Documents/Path of Building/Builds) and copy the problematic build's .xml contents into a pastebin and supply the link.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yaml
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,32 @@
1
1
name: Feature request
2
-
description: Suggest an idea for this project
2
+
description: Suggest an idea for Path of Building for PoE1.
3
3
labels: [enhancement]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for suggesting a feature.
9
-
Please try to fill in as much of the form below as you're able to. Some of the fields marked with an asterisk (*) are required.
8
+
Thank you for suggesting a feature for PoB-**PoE1**.
9
+
[Feature requests for PoB-PoE2 go here.](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues).
10
+
Please try to fill in as much of the form below as you're able to. Fields marked with an asterisk (*) are required.
10
11
- type: checkboxes
11
12
id: duplicates
12
13
attributes:
13
14
label: Check for duplicates
14
15
options:
15
-
- label: I've checked for duplicate issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues)
16
+
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
16
17
required: true
18
+
- type: dropdown
19
+
id: platform
20
+
attributes:
21
+
label: What platform are you running Path of Building on?
0 commit comments