Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Report a reproducible bug in the Algorand Typescript language implementation.
description: Report a reproducible bug in the Algorand Python 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Thanks for taking the time to report a bug! Your input is invaluable in helping us improve Algorand Typescript.
Thanks for taking the time to report a bug! Your input is invaluable in helping us improve Algorand Python.

- 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
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-feedback.yaml
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
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.yaml
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Suggest an improvement or new feature for the Algorand Typescript language implementation.
description: Suggest an improvement or new feature for the Algorand Python language implementation.

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
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Loading