Skip to content

Commit 6c1cff8

Browse files
committed
Update GitHub issue templates
1 parent 9a28b81 commit 6c1cff8

File tree

6 files changed

+91
-69
lines changed

6 files changed

+91
-69
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: 🐞 Bug Report
2+
description: This form is to report unexpected behavior in ecoCode-javascript.
3+
labels: [ "💉 bug: unconfirmed" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking your precious time to file an issue! 🙏 We are sorry for the inconvenience this issue has caused you and want to resolve it as soon as possible.
9+
10+
Help us help you! We know that your time is precious and hate to ask for any more of it, but the first step in fixing this issue is to understand the issue. Taking some extra time to ensure that we are able to reproduce the issue will help us significantly in resolving the issue.
11+
- type: textarea
12+
id: current-behavior
13+
attributes:
14+
label: Current Behavior
15+
description: What is the behavior that currently you experience?
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: expected-behavior
20+
attributes:
21+
label: Expected Behavior
22+
description: What is the behavior that you expect to happen?
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: reproduction
27+
attributes:
28+
label: Steps to Reproduce
29+
description: Please provide some instructions to reproduce the issue. Be as detailed as possible.
30+
value: |
31+
1.
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: logs
36+
attributes:
37+
label: Failure Logs
38+
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
39+
render: shell
40+
- type: input
41+
id: plugin-version
42+
attributes:
43+
label: ecoCode-javascript Version
44+
description: Please provide the version of ecoCode-javascript that you are using.
45+
validations:
46+
required: true
47+
- type: input
48+
id: sonarqube-version
49+
attributes:
50+
label: SonarQube Version
51+
description: Please provide the version of SonarQube that you are using if this is applicable.
52+
- type: textarea
53+
id: additional
54+
attributes:
55+
label: Additional Information
56+
description: Is there any additional information that you can provide?
57+
- type: markdown
58+
attributes:
59+
value: |
60+
> If we are not able to reproduce the issue, we will likely prioritize fixing other issues we can reproduce. Please do your best to fill out all of the sections above.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Start a Discussion
4+
about: "Start a discussion to share your experience with ecoCode-javascript"
5+
url: https://github.com/green-code-initiative/ecoCode-javascript/discussions/new/choose
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: ✨ Feature Request
2+
description: This form is to request a new feature in ecoCode-javascript.
3+
labels: [ "🚀 enhancement" ]
4+
body:
5+
- type: textarea
6+
id: solution
7+
attributes:
8+
label: Solution you'd like
9+
description: Please write a clear and concise description of what you want to happen.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: problem-related
14+
attributes:
15+
label: Is your feature request related to a problem?
16+
description: Please write a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
17+
- type: textarea
18+
id: alternatives
19+
attributes:
20+
label: Alternatives you've considered
21+
description: Please include a clear and concise description of any alternative solutions or features you've considered.
22+
- type: textarea
23+
id: additional
24+
attributes:
25+
label: Additional Information
26+
description: Is there any additional information or screenshots that you want to provide?

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)