-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE TEMPLATES and Contributor Updates
- Loading branch information
1 parent
9028dab
commit 8c6e3ed
Showing
8 changed files
with
134 additions
and
68 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
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,48 @@ | ||
name: "\U0001F41B Bug Report" | ||
description: Report an issue or possible bug | ||
title: "\U0001F41B BUG:" | ||
labels: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Quick Checklist | ||
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible. | ||
✅ I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) | ||
- type: input | ||
attributes: | ||
label: What package manager are you using? | ||
placeholder: npm, yarn, pnpm | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: What operating system are you using? | ||
placeholder: Mac, Windows, Linux | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Describe the bug in steps that we can reproduce ourselves. | ||
value: | | ||
1. `npm start` | ||
2. ... | ||
3. ... | ||
4. ... | ||
5. Error! Describe what went wrong (and what was expected instead)... | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Link to Minimal Reproducible Example (Optional) | ||
description: "Issues with easy reproductions are more likely to get fixed, faster." | ||
placeholder: "https://github.com/username/repo" |
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 @@ | ||
--- | ||
name: "\U0001F4D8 Documentation" | ||
about: Report a bug or suggest improvement for https://quests.osrg.t3.gg/docs/en/tutorial-quest | ||
title: "\U0001F4D8 DOC: " | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
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,50 @@ | ||
name: "\U0001F4A1 Feature Request" | ||
description: "Submit an RFC or suggest an idea for this project" | ||
title: "\U0001F4A1 RFC: " | ||
labels: ["feature"] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible. | ||
- type: textarea | ||
attributes: | ||
label: Background & Motivation | ||
description: | | ||
A quick, clear and concise description of what the problem is. | ||
**Please include links to relevant issues, Discord convos, and anything else.** | ||
placeholder: I want to be able to... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed Solution | ||
description: Your take on one (or more) possible solution(s) to problem. | ||
value: | | ||
### Possible solutions | ||
### Alternatives considered | ||
### Risks, downsides, and/or tradeoffs | ||
### Open Questions | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Detailed Design | ||
description: | | ||
🛑 **Just looking for feedback on an idea? Leave this section blank.** | ||
Otherwise, explain the exact steps required to implement this change. | ||
Include specific details that would help someone implement this feature. | ||
- type: checkboxes | ||
attributes: | ||
label: Help make it happen! | ||
description: "Tip: RFCs with contributing authors are much more likely to get done!" | ||
options: | ||
- label: I am willing to submit a PR to implement this change. | ||
- label: I am willing to submit a PR to implement this change, but would need some guidance. | ||
- label: I am not willing to submit a PR to implement this change. | ||
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
Oops, something went wrong.