Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve issue templates #2738

Merged
merged 35 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
04cf5a6
chore: fix spellings in typegen
May 30, 2023
100b1f7
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
May 31, 2023
0bbdbb1
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
May 31, 2023
90b5d3c
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 1, 2023
047ef9b
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 1, 2023
fe875a2
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 6, 2023
b14ad1d
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 7, 2023
9a7cf0e
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 19, 2023
dc8461f
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 20, 2023
d822b51
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 28, 2023
55cc6c3
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 28, 2023
c6ee00f
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jun 30, 2023
b17715d
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts
Jul 3, 2023
01117fe
Merge branch 'master' of https://github.com/danielbate/fuels-ts
Jul 4, 2023
56fe616
chore: improve issue template
danielbate Jul 8, 2024
c4a945f
chore: changeset
danielbate Jul 8, 2024
0a40be1
chore: update changeset
danielbate Jul 8, 2024
606e8d6
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
danielbate Jul 11, 2024
bbc6118
chore: add inputs
danielbate Jul 11, 2024
2008687
Merge branch 'master' of https://github.com/danielbate/fuels-ts into …
danielbate Jul 11, 2024
2864299
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
danielbate Jul 11, 2024
3e7f3ab
Merge branch 'master' into db/chore/issue-templates
danielbate Jul 11, 2024
37ed3b6
chore: update doc
danielbate Jul 12, 2024
0805e03
chore: update docs
danielbate Jul 12, 2024
d458b20
Merge branch 'master' of https://github.com/FuelLabs/fuels-ts into db…
danielbate Jul 12, 2024
3d81933
chore: add browser input
danielbate Jul 12, 2024
755e3bb
Merge branch 'master' into db/chore/issue-templates
maschad Jul 15, 2024
474149f
Merge branch 'master' into db/chore/issue-templates
maschad Jul 17, 2024
93eb51e
Merge branch 'master' into db/chore/issue-templates
maschad Jul 21, 2024
ad63118
Merge branch 'master' into db/chore/issue-templates
danielbate Jul 22, 2024
3a03236
chore: allow blank issues
danielbate Jul 22, 2024
7d591a0
Merge branch 'master' into db/chore/issue-templates
Torres-ssf Jul 22, 2024
d4529dc
Merge branch 'master' into db/chore/issue-templates
petertonysmith94 Jul 22, 2024
c599dd8
Merge branch 'master' into db/chore/issue-templates
maschad Jul 22, 2024
caad3ed
Merge branch 'master' into db/chore/issue-templates
petertonysmith94 Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/honest-onions-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: update issue templates
danielbate marked this conversation as resolved.
Show resolved Hide resolved
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Bug Report
description: Open an issue for a problem you've identified with `fuels`.
labels: ["triage"]
body:
- type: markdown
arboleya marked this conversation as resolved.
Show resolved Hide resolved
attributes:
value: |
Thank you for helping to improve our Typescript SDK!

Before submitting an issue, please ensure you are using the latest version of the SDK, as well as `forc` and `fuel-core`. Additionally, search through the [documentation](https://docs.fuel.network/docs/fuels-ts/) or on our [forum](https://forum.fuel.network/c/typescript-sdk) as it's possible your problem has already been solved there.

Failing that, please submit an issue using the form below.
- type: input
attributes:
label: fuels-ts SDK Version
description: What version of `fuels` are you using? Before opening an issue, please make sure you are up to date.
placeholder: e.g. [email protected]
validations:
required: true
- type: input
attributes:
label: Toolchain Versions
description: Please share the result of running `fuelup show` in your terminal.
validations:
required: true
- type: input
attributes:
label: Node.js Version
description: Specify the version of Node.js you are using.
placeholder: e.g. Node.js v22.0.0
- type: input
attributes:
label: Browser
description: Specify the browser and version you are using.
placeholder: e.g. Chrome v5
- type: input
attributes:
label: Operating System
description: Specify your operating system and version.
placeholder: e.g. macOS 11.2, Windows 10
- type: textarea
attributes:
label: Describe the Problem
description: Please describe what you expected to happen vs what did happen? Please include steps to reproduce the problem.
validations:
required: true
- type: textarea
danielbate marked this conversation as resolved.
Show resolved Hide resolved
attributes:
label: Code Snippet
description: If possible, please include a **short and concise** code snippet that can reproduce this issue. Or even better, please share a link to a repo or gist with a minimal reproduction of the problem.
render: shell
- type: textarea
attributes:
label: Contract ABI
description: If this involves a contract, please include any **concise and relevant** ABI fragments.
render: shell
- type: textarea
id: errors
attributes:
label: Errors
description: If there is an error, please include the **entire error** (redacting any sensitive information).
render: shell
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature Request
description: Suggest a new feature for `fuels`.
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
Thank you for helping to improve our Typescript SDK!

The best place to submit a feature request is in a [discussion](https://github.com/FuelLabs/fuels-ts/discussions/new?category=ideas). This gives you the opportunity to present the idea to the community, discuss potential solutions and their impacts before submitting the proposed solution as a feature request.

Failing that, please submit a feature request using the form below.
- type: textarea
attributes:
label: Describe the Feature
description: Please describe the feature and the problem it is solving. As well as your proposed solution and if possible, other alternatives.
validations:
required: true
- type: textarea
attributes:
label: Code Example
description: Optionally, provide an example of how the feature would be used in code.
render: shell
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/bug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature.yaml

This file was deleted.

Loading