-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
251 changed files
with
12,841 additions
and
4,873 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: "Bug Report" | ||
description: "File a bug report" | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: "Packages versions" | ||
description: "Let us know the versions of any other packages used. For example, which version of the VM are you using?" | ||
placeholder: "miden-vm: 0.1.0" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: "Bug description" | ||
description: "Describe the behavior you are experiencing." | ||
placeholder: "Tell us what happened and what should have happened." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: "How can this be reproduced?" | ||
description: "If possible, describe how to replicate the unexpected behavior that you see." | ||
placeholder: "Steps!" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This is automatically formatted as code, no need for backticks. | ||
render: shell |
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,20 @@ | ||
name: "Feature request" | ||
description: "Request new goodies" | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill a feature request! | ||
- type: textarea | ||
id: scenario-why | ||
attributes: | ||
label: "Feature description" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: scenario-how | ||
attributes: | ||
label: "Why is this feature needed?" | ||
validations: | ||
required: false |
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,35 @@ | ||
name: "Task" | ||
description: "Work item" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
A task should be less than a week worth of work! | ||
- type: textarea | ||
id: task-what | ||
attributes: | ||
label: "What should be done?" | ||
placeholder: "Impose restrictions on DYN and DYNCALL operation" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: task-how | ||
attributes: | ||
label: "How should it be done?" | ||
placeholder: "Users should be able to specify whether DYN/DYNCALL operations are allowed in a given program" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: task-done | ||
attributes: | ||
label: "When is this task done?" | ||
placeholder: "The task is done when users are able to specify whether DYN/DYNCALL operations are allowed in a given program" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: task-related | ||
attributes: | ||
label: "Additional context" | ||
description: "Add context to the tasks. E.g. other related tasks or relevant discussions on PRs/chats." | ||
validations: | ||
required: false |
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 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.