-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
91 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: 🐞 Bug Report | ||
description: This form is to report unexpected behavior in ecoCode-javascript. | ||
labels: [ "💉 bug: unconfirmed" ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
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. | ||
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. | ||
- type: textarea | ||
id: current-behavior | ||
attributes: | ||
label: Current Behavior | ||
description: What is the behavior that currently you experience? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: What is the behavior that you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Please provide some instructions to reproduce the issue. Be as detailed as possible. | ||
value: | | ||
1. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Failure Logs | ||
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: input | ||
id: plugin-version | ||
attributes: | ||
label: ecoCode-javascript Version | ||
description: Please provide the version of ecoCode-javascript that you are using. | ||
validations: | ||
required: true | ||
- type: input | ||
id: sonarqube-version | ||
attributes: | ||
label: SonarQube Version | ||
description: Please provide the version of SonarQube that you are using if this is applicable. | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional Information | ||
description: Is there any additional information that you can provide? | ||
- type: markdown | ||
attributes: | ||
value: | | ||
> 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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Start a Discussion | ||
about: "Start a discussion to share your experience with ecoCode-javascript" | ||
url: https://github.com/green-code-initiative/ecoCode-javascript/discussions/new/choose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: ✨ Feature Request | ||
description: This form is to request a new feature in ecoCode-javascript. | ||
labels: [ "🚀 enhancement" ] | ||
body: | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution you'd like | ||
description: Please write a clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: problem-related | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: Please write a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives you've considered | ||
description: Please include a clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional Information | ||
description: Is there any additional information or screenshots that you want to provide? |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.