-
Notifications
You must be signed in to change notification settings - Fork 28
Chore: Update issue templates #585
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
Open
larkiny
wants to merge
1
commit into
main
Choose a base branch
from
chore/update-issue-templates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,56 @@ | ||||||
| name: 🐜 Bug Report | ||||||
| description: Report a reproducible bug in the Algorand Typescript language implementation. | ||||||
| title: '[Bug]: ' | ||||||
| type: 'Bug' | ||||||
| body: | ||||||
| - type: markdown | ||||||
| attributes: | ||||||
| value: | | ||||||
| Thanks for taking the time to report a bug! Your input is invaluable in helping us improve Algorand Typescript. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| - type: textarea | ||||||
| id: description | ||||||
| attributes: | ||||||
| label: Description | ||||||
| description: Describe the bug clearly and concisely. | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: steps-to-reproduce | ||||||
| attributes: | ||||||
| label: Steps to Reproduce | ||||||
| description: Please provide a step-by-step guide on how to reproduce the bug. | ||||||
| placeholder: | | ||||||
| 1. Go to '...' | ||||||
| 2. Click on '...' | ||||||
| 3. Scroll down to '...' | ||||||
| 4. See error | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: expected-behavior | ||||||
| attributes: | ||||||
| label: Expected Behavior | ||||||
| description: Describe what you expected to happen. | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: screenshots | ||||||
| attributes: | ||||||
| label: Screenshots | ||||||
| description: If applicable, please attach screenshots to help us understand the issue better. | ||||||
| validations: | ||||||
| required: false | ||||||
| - type: input | ||||||
| id: device-info | ||||||
| attributes: | ||||||
| label: Device Info | ||||||
| description: Specify the device, OS, browser, and browser version you are using. | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: additional-info | ||||||
| attributes: | ||||||
| label: Additional Context | ||||||
| description: Add any other context about the bug you think would be helpful. | ||||||
| validations: | ||||||
| required: false | ||||||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,39 @@ | ||
| name: Documentation Feedback | ||
| description: Provide feedback on our documentation. | ||
| title: '[Feedback]: ' | ||
| type: 'Feedback' | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to provide feedback on our documentation! Your input is invaluable in helping us improve. | ||
| - type: input | ||
| id: content-url | ||
|
|
||
| attributes: | ||
| label: Content URL | ||
| description: Please provide the URL of the documentation page you are providing feedback on. | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| id: feedback-type | ||
| attributes: | ||
| label: Feedback Type | ||
| description: What type of feedback do you have? | ||
| multiple: true | ||
| options: | ||
| - Inaccuracy | ||
| - Confusing explanation | ||
| - Missing reference info | ||
| - Code example needed | ||
| - Other | ||
| default: 0 | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: problem-description | ||
| attributes: | ||
| label: Problem Description | ||
| description: Please describe the problem you encountered in detail. | ||
| validations: | ||
| required: true |
This file contains hidden or 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,42 @@ | ||||||
| name: ✨ Enhancement Request | ||||||
| description: Suggest an improvement or new feature for the Algorand Typescript language implementation. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| title: '[Enhancement]: ' | ||||||
| type: 'Feature' | ||||||
| body: | ||||||
| - type: markdown | ||||||
| attributes: | ||||||
| value: | | ||||||
| Thanks for proposing an enhancement! Share the problem, your suggested solution, and any supporting details so we can evaluate it quickly. | ||||||
| - type: textarea | ||||||
| id: problem | ||||||
| attributes: | ||||||
| label: Problem | ||||||
| description: What is the problem that we’re trying to solve? | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: solution | ||||||
| attributes: | ||||||
| label: Solution | ||||||
| description: Do you have a potential/suggested solution? Document more than one if possible. | ||||||
| - type: textarea | ||||||
| id: proposal | ||||||
| attributes: | ||||||
| label: Proposal | ||||||
| description: Describe the solution you’d like in detail. | ||||||
| validations: | ||||||
| required: true | ||||||
| - type: textarea | ||||||
| id: pros-cons | ||||||
| attributes: | ||||||
| label: Pros & Cons | ||||||
| description: What are the advantages and disadvantages of this solution? | ||||||
| validations: | ||||||
| required: false | ||||||
| - type: textarea | ||||||
| id: dependencies | ||||||
| attributes: | ||||||
| label: Dependencies | ||||||
| description: Does the solution have any team or design dependencies? | ||||||
| validations: | ||||||
| required: false | ||||||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.