|
1 | 1 | name: Feature request |
2 | | -description: Request a new feature |
3 | | -title: "[Feature]: " |
| 2 | +description: Request a new feature. |
4 | 3 | labels: ["feature"] |
5 | 4 | body: |
6 | 5 | - type: markdown |
7 | 6 | attributes: |
8 | 7 | value: | |
9 | 8 | Please provide a proper title and description to the issue. |
10 | 9 | |
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 |
| 10 | + **Note: Before submitting a feature request, please check the existing issues to ensure that |
| 11 | + your request has not been previously suggested.** |
15 | 12 | |
16 | | - Examples of a **BAD** title : |
17 | | - - File editing issues |
18 | | - - Terminal emulator |
19 | | - - App crashed |
20 | | - - Error |
| 13 | + **By submitting this issue, you agree to follow the project's |
| 14 | + [code of conduct](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/dev/CODE_OF_CONDUCT.md).** |
| 15 | + |
| 16 | + **Please check and verify that you are using the latest version of AndroidIDE before |
| 17 | + submitting this bug report.** |
| 18 | + |
| 19 | + **Note** |
| 20 | + - Your feature request will be reviewed, and its implementation will be considered based on |
| 21 | + project goals and priorities. |
| 22 | + - All issues must be reported in English. Issues in other languages may be closed |
| 23 | + without further consideration. |
| 24 | +
|
| 25 | + - type: checkboxes |
| 26 | + id: checklist |
| 27 | + attributes: |
| 28 | + label: Issue Checklist |
| 29 | + options: |
| 30 | + - label: I confirm that this feature request has not been previously suggested. |
| 31 | + required: true |
| 32 | + - label: I agree to follow the project's code of conduct. |
| 33 | + required: true |
| 34 | + - label: I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid. |
| 35 | + required: true |
| 36 | + - type: checkboxes |
| 37 | + id: additional-terms |
| 38 | + attributes: |
| 39 | + label: Additional terms |
| 40 | + options: |
| 41 | + - label: I understand that feature requests are subject to evaluation and may not be implemented immediately. |
| 42 | + required: true |
| 43 | + - label: I agree to provide additional details if needed for a clearer understanding of the requested feature. |
| 44 | + required: true |
21 | 45 | - type: textarea |
22 | 46 | id: feature-description |
23 | 47 | attributes: |
24 | 48 | label: Feature description |
25 | | - description: Describe the feature properly. |
26 | | - placeholder: Describe the feature |
| 49 | + placeholder: Please provide a detailed description of the feature you are requesting. |
27 | 50 | validations: |
28 | 51 | required: true |
29 | | - - type: dropdown |
30 | | - id: version |
| 52 | + - type: textarea |
| 53 | + id: use-case |
31 | 54 | attributes: |
32 | | - label: What version of AndroidIDE you're using? |
33 | | - multiple: false |
34 | | - options: |
35 | | - - v2.6.0 (debug builds) |
36 | | - - v2.6.0 |
37 | | - - v2.5.3 |
38 | | - - v2.5.2 |
39 | | - - v2.5.1 |
40 | | - - v2.5.0 |
41 | | - - v2.4.1 |
42 | | - - v2.4.0 |
43 | | - - v2.3.0 |
44 | | - - v2.2.0 |
45 | | - - v2.1.4 |
46 | | - - v2.1.3 |
47 | | - - v2.1.2 |
48 | | - - v2.1.1 |
49 | | - - v2.1.0 |
| 55 | + label: Use Case |
| 56 | + placeholder: Explain the use case or scenario where this feature would be beneficial. |
50 | 57 | validations: |
51 | 58 | required: true |
52 | | - - type: checkboxes |
53 | | - id: not-a-duplicate |
54 | | - attributes: |
55 | | - label: Duplicate issues |
56 | | - 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. |
57 | | - options: |
58 | | - - label: This issue has not been reported yet. |
59 | | - required: true |
60 | | - - type: checkboxes |
61 | | - id: terms |
| 59 | + - type: textarea |
| 60 | + id: benefits |
62 | 61 | attributes: |
63 | | - label: Code of Conduct |
64 | | - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/AndroidIDEOfficial/AndroidIDE/blob/main/CODE_OF_CONDUCT.md) |
65 | | - options: |
66 | | - - label: I agree to follow this project's Code of Conduct |
67 | | - required: true |
| 62 | + label: Benefits |
| 63 | + placeholder: Describe the benefits or improvements this feature would bring to AndroidIDE. |
| 64 | + validations: |
| 65 | + required: true |
0 commit comments