|
6 | 6 | - type: markdown |
7 | 7 | attributes: |
8 | 8 | 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. |
10 | 11 | |
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.** |
15 | 20 |
|
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 |
21 | 44 | - type: textarea |
22 | | - id: what-happened |
| 45 | + id: issue-explanation |
23 | 46 | 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. |
27 | 50 | validations: |
28 | 51 | required: true |
29 | 52 | - type: textarea |
30 | 53 | id: expected-behavior |
31 | 54 | 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. |
35 | 58 | validations: |
36 | 59 | required: true |
37 | | - - type: dropdown |
| 60 | + - type: textarea |
38 | 61 | id: version |
39 | 62 | 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. |
60 | 66 | validations: |
61 | 67 | required: true |
62 | 68 | - type: textarea |
63 | 69 | id: logs |
64 | 70 | attributes: |
65 | 71 | 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