-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bitzoic-6038
- Loading branch information
Showing
26 changed files
with
361 additions
and
225 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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,4 @@ | ||
--- | ||
name: Blank Issue | ||
about: Create a blank issue. | ||
--- |
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,69 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve. | ||
labels: [bug, triage] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**Thank you for filing a bug report!** | ||
- type: dropdown | ||
id: component | ||
attributes: | ||
label: Related Component | ||
description: Which component does this relate to? | ||
options: | ||
- compiler | ||
- forc | ||
- forc-deploy | ||
- forc-lsp | ||
- forc-fmt | ||
- another forc plugin | ||
- other | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: > | ||
A clear and concise description of what the bug is, | ||
including what currently happens and what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps | ||
description: The steps to reproduce the bug. | ||
placeholder: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solutions | ||
attributes: | ||
label: Possible Solution(s) | ||
description: > | ||
Not obligatory, but suggest a fix/reason for the bug, | ||
or ideas how to implement the addition or change. | ||
- type: textarea | ||
id: notes | ||
attributes: | ||
label: Notes | ||
|
||
- type: textarea | ||
id: components | ||
attributes: | ||
label: Installed components | ||
description: Output of `fuelup check`, if using `fuelup`. Otherwise, list the relevant component(s) and version(s). | ||
render: console | ||
validations: | ||
required: true |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Fuel Network & Sway Language Community Support | ||
url: https://forum.fuel.network/ | ||
about: Please ask and answer questions here. | ||
- name: Fuel Network Security Bug Bounty | ||
url: https://immunefi.com/boost/fuel-network-attackathon/ | ||
about: Please report security vulnerabilities here. |
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,50 @@ | ||
name: Enhancement Request | ||
description: Suggest an enhancement for this project. | ||
labels: [enhancement, triage] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**Thank you for filing an enhancement request!** | ||
- type: dropdown | ||
id: component | ||
attributes: | ||
label: Related Component | ||
description: Which component does this relate to? | ||
options: | ||
- compiler | ||
- forc | ||
- forc-deploy | ||
- forc-lsp | ||
- forc-fmt | ||
- another forc plugin | ||
- other | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem you are trying to solve | ||
description: > | ||
A clear and concise description of the problem this enhancement request is trying to solve. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution you'd like | ||
description: > | ||
A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: notes | ||
attributes: | ||
label: Notes | ||
description: > | ||
Any additional context or information you feel may be relevant to the issue. |
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
Oops, something went wrong.