Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 7218015

Browse files
committed
chore(issue-templates): update bug report form
1 parent 4a20b5c commit 7218015

File tree

1 file changed

+47
-56
lines changed

1 file changed

+47
-56
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 47 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -6,78 +6,69 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out this bug report! Please provide a proper title and description to the issue.
9+
Thanks for taking the time to fill out this bug report! Please provide a proper title and
10+
description to the issue.
1011
11-
A **GOOD** issue title describes the issue briefly. For example :
12-
- [Bug]: Cannot use bluetooth keyboard in terminal
13-
- [Feature]: Add support for previewing custom view in UI Designer
14-
- [Feature]: Add preferences to configure Java code formatting
12+
**Note: Before submitting a bug report, please make sure that the issue hasn't been reported
13+
before. Check the existing issues and confirm that this is not a duplicate.**
14+
15+
**By submitting this issue, you agree to follow the project's
16+
[code of conduct](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CODE_OF_CONDUCT.md).**
17+
18+
**Please check and verify that you are using the latest version of AndroidIDE before
19+
submitting this bug report.**
1520

16-
Examples of a **BAD** title :
17-
- File editing issues
18-
- Terminal emulator
19-
- App crashed
20-
- Error
21+
**Note: Please ensure that you provide complete and accurate information to expedite the
22+
bug resolution process. Incomplete reports may be closed without further investigation.
23+
Thank you for your understanding and cooperation.**
24+
- type: checkboxes
25+
id: checklist
26+
attributes:
27+
label: Issue Checklist
28+
options:
29+
- label: I confirm that this issue is not a duplicate and hasn't been reported before.
30+
required: true
31+
- label: I agree to follow the project's code of conduct.
32+
required: true
33+
- label: I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.
34+
required: true
35+
- type: checkboxes
36+
id: additional-terms
37+
attributes:
38+
label: Additional terms
39+
options:
40+
- label: I understand that providing incomplete or inaccurate information may result in the issue being closed.
41+
required: true
42+
- label: I agree to provide all requested details promptly for a comprehensive bug report.
43+
required: true
2144
- type: textarea
22-
id: what-happened
45+
id: issue-explanation
2346
attributes:
24-
label: What happened?
25-
description: Describe the issue properly.
26-
placeholder: Describe the error
47+
label: Issue explanation
48+
description: Please provide a detailed explanation of the issue you are facing.
49+
placeholder: Describe the issue here. Logs or stacktraces must not be entered here.
2750
validations:
2851
required: true
2952
- type: textarea
3053
id: expected-behavior
3154
attributes:
32-
label: What's the expected behavior?
33-
description: Tell us what is the expected behavior.
34-
placeholder: Describe the expected behavior.
55+
label: Expected behavior
56+
description: Explain what you expected to happen.
57+
placeholder: Logs or stacktraces must not be entered here.
3558
validations:
3659
required: true
37-
- type: dropdown
60+
- type: textarea
3861
id: version
3962
attributes:
40-
label: What version of AndroidIDE you're using?
41-
multiple: false
42-
options:
43-
- v2.6.0 (debug builds)
44-
- v2.6.0
45-
- v2.5.3
46-
- v2.5.2
47-
- v2.5.1
48-
- v2.5.0
49-
- v2.4.1
50-
- v2.4.0
51-
- v2.3.0
52-
- v2.2.0
53-
- v2.1.4
54-
- v2.1.3
55-
- v2.1.2
56-
- v2.1.1
57-
- v2.1.0
58-
- v2.0.1
59-
- v2.0.0
63+
label: Version name
64+
description: Specify the version name of AndroidIDE you are using.
65+
You can go to IDE Preferences -> About AndroidIDE and click on the version name to copy it.
6066
validations:
6167
required: true
6268
- type: textarea
6369
id: logs
6470
attributes:
6571
label: Relevant log output
66-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
67-
render: shell
68-
- type: checkboxes
69-
id: not-a-duplicate
70-
attributes:
71-
label: Duplicate issues
72-
description: Please make sure that there are no similar issues opened. Duplicate issues will be closed directly. If there are any similar looking issues, leave a comment there.
73-
options:
74-
- label: This issue has not been reported yet.
75-
required: true
76-
- type: checkboxes
77-
id: terms
78-
attributes:
79-
label: Code of Conduct
80-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/main/CODE_OF_CONDUCT.md)
81-
options:
82-
- label: I agree to follow this project's Code of Conduct
83-
required: true
72+
description: Include relevant log output if reporting a crash or build error. This can be
73+
optional, but it is mandatory if reporting a crash or build error.
74+
render: bash

0 commit comments

Comments
 (0)