10000 Resolved as expected · soujava/pom-editor-maven-plugin@4735d8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4735d8b

Browse files
Resolved as expected
1 parent 7ceb382 commit 4735d8b

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,46 @@ description: File a bug report
33
title: "[Bug] "
44
labels: bug
55
body:
6-
- type: checkboxes
6+
- type: input
77
id: existing-issue
88
attributes:
99
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for the bug you encountered.
11-
options:
12-
- label: I have searched the existing issues
13-
required: true
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)"
1412
- type: textarea
1513
id: what-happened
1614
attributes:
17-
label: Describe the bug
15+
label: Describe the Bug
1816
description: A concise description of what you are experiencing.
1917
placeholder: Tell us what you see!
2018
validations:
2119
required: true
2220
- type: textarea
2321
id: expected-behaviour
2422
attributes:
25-
label: Expected behavior
23+
label: Expected Behavior
2624
description: A clear and concise description of what you expected to happen.
2725
validations:
2826
required: true
2927
- type: textarea
30-
id: screenshots
28+
id: reproduction-steps
3129
attributes:
32-
label: Add Screenshots
33-
description: Add sufficient screenshots to explain your issue.
30+
label: Steps to Reproduce & Screenshots 📸
31+
description: |
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)
3441
- type: textarea
3542
id: environment-configuration
3643
attributes:
3744
label: Environment and Configuration
45+
description: Provide details about your system and environment (e.g., OS, browser, dependencies, versions).
3846
- type: checkboxes
3947
id: terms
4048
attributes:

.github/ISSUE_TEMPLATE/documentation_update.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: Documentation Update 📝
2+
23
description: Improve Documentation
34
title: "[Documentation Update]: "
45
labels: 'documentation'
56
body:
6-
- type: checkboxes
7-
id: existing-issue
7+
- type: input
8+
id: existing-issue-link
89
attributes:
9-
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for the updates you want to make.
11-
options:
12-
- label: I have searched the existing issues
13-
required: false # Made optional so users can submit without prior issue check
10+
label: Link to Existing Issue
11+
description: If an issue already exists for this update, please provide the link. Otherwise, leave it blank.
12+
placeholder: "https://github.com/owner/repository/issues/123"
1413
- type: textarea
1514
id: issue-description
1615
attributes:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ description: Suggest a feature
33
title: "[Feature Request] "
44
labels: enhancement
55
body:
6-
- type: checkboxes
6+
- type: input
77
id: existing-issue
88
attributes:
99
label: Is there an existing issue for this?
10-
description: Please search to see if an issue already exists for this feature.
11-
options:
12-
- label: I have searched the existing issues
13-
required: false # Changed from true to false, making this optional
10+
description: "If there is an existing issue related to this feature request, please provide the link. Otherwise, you may leave this blank."
11+
placeholder: "https://github.com/owner/repository/issues/123"
1412
- type: textarea
1513
id: feature-description
1614
attributes:
@@ -37,7 +35,7 @@ body:
3735
id: screenshots
3836
attributes:
3937
label: Add Screenshots
40-
description: If any...
38+
description: If applicable, add screenshots or visual references.
4139
- type: dropdown
4240
id: priority
4341
attributes:
@@ -58,4 +56,4 @@ body:
5856
- label: "I have read the Contributing Guidelines"
5957
required: true
6058
- label: "I have starred the repository"
61-
required: false # Changed from true to false, making this optional
59+
required: false # Made optional so users are not forced to star the repo

0 commit comments

Comments
 (0)
0