|
1 |
| -name: 🐛 Bug Report |
2 |
| -description: Report a reproducible bug |
3 |
| -labels: ["bug"] |
4 |
| -projects: ["soujava/3"] |
| 1 | +name: Bug report 🐞 |
| 2 | +description: File a bug report |
| 3 | +title: "[Bug] " |
| 4 | +labels: bug |
5 | 5 | body:
|
6 |
| - - type: markdown |
| 6 | + - type: input |
| 7 | + id: existing-issue |
7 | 8 | attributes:
|
8 |
| - value: | |
9 |
| - Please provide all the information requested. Issues that do not follow this format are likely to stall. |
10 |
| - |
11 |
| - Please test using the latest POM Editor Maven Plugin release to make sure your issue has not already been fixed: https://github.com/soujava/pom-editor-maven-plugin/releases |
12 |
| - - type: textarea |
13 |
| - id: description |
14 |
| - attributes: |
15 |
| - label: Description |
16 |
| - description: | |
17 |
| - Please provide a clear and concise description of what the bug is. |
18 |
| - Include screenshots if needed. |
19 |
| - validations: |
20 |
| - required: true |
| 9 | + label: Is there an existing issue for this? |
| 10 | + description: Please provide a link to the existing issue if applicable. If none exists, leave this blank. |
| 11 | + placeholder: "Paste the issue link here (if available)" |
21 | 12 | - type: textarea
|
22 |
| - id: evidences |
| 13 | + id: what-happened |
23 | 14 | attributes:
|
24 |
| - label: Evidences |
25 |
| - description: | |
26 |
| - Please, provide a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. |
27 |
| - You may provide a screenshot of the application if you think it is relevant to your bug report. |
28 |
| - Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve |
| 15 | + label: Describe the Bug |
| 16 | + description: A concise description of what you are experiencing. |
| 17 | + placeholder: Tell us what you see! |
29 | 18 | validations:
|
30 | 19 | required: true
|
31 |
| - |
32 | 20 | - type: textarea
|
33 |
| - id: steps-to-produce |
| 21 | + id: expected-behaviour |
34 | 22 | attributes:
|
35 |
| - label: Steps To Reproduce |
36 |
| - description: | |
37 |
| - Please, provide a detailed list of steps that reproduce the issue. |
| 23 | + label: Expected Behavior |
| 24 | + description: A clear and concise description of what you expected to happen. |
38 | 25 | validations:
|
39 | 26 | required: true
|
40 |
| - |
41 | 27 | - type: textarea
|
42 |
| - id: expected-results |
| 28 | + id: reproduction-steps |
43 | 29 | attributes:
|
44 |
| - label: Expected Results |
| 30 | + label: Steps to Reproduce & Screenshots 📸 |
45 | 31 | description: |
|
46 |
| - Describe what you expected to happen. |
47 |
| - validations: |
48 |
| - required: false |
49 |
| - |
| 32 | + Please list the steps to reproduce this issue along with relevant screenshots. |
| 33 | + This helps us diagnose and resolve the bug more efficiently. |
| 34 | + placeholder: | |
| 35 | + 1. Go to '...' |
| 36 | + 2. Click on '...' |
| 37 | + 3. Scroll down to '...' |
| 38 | + 4. See error message... |
| 39 | + |
| 40 | + (Attach screenshots or GIFs below to demonstrate the issue) |
50 | 41 | - type: textarea
|
51 |
| - id: solution-ideas |
| 42 | + id: environment-configuration |
52 | 43 | attributes:
|
53 |
| - label: Any idea for solving this issue? |
54 |
| - description: | |
55 |
| - Please, share with us your ideas for solving this issue if you have any. |
56 |
| - validations: |
57 |
| - required: false |
58 |
| - |
59 |
| - - type: markdown |
| 44 | + label: Environment and Configuration |
| 45 | + description: Provide details about your system and environment (e.g., OS, browser, dependencies, versions). |
| 46 | + - type: checkboxes |
| 47 | + id: terms |
60 | 48 | attributes:
|
61 |
| - value: | |
62 |
| - ### Code of Conduct |
63 |
| - By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/soujava/pom-editor-maven-plugin/blob/main/CODE_OF_CONDUCT.adoc) |
64 |
| - |
| 49 | + label: Record |
| 50 | + options: |
| 51 | + - label: "I have read the Contributing Guidelines" |
| 52 | + required: true |
| 53 | + - label: "I have starred the repository" |
| 54 | + required: true |
0 commit comments