-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into andrew-tx-execution-bench
- Loading branch information
Showing
93 changed files
with
2,339 additions
and
1,669 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 protocol are you using?" | ||
placeholder: "miden-base: 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: "Refactor how account storage is loaded into transaction executor" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: task-how | ||
attributes: | ||
label: "How should it be done?" | ||
placeholder: "Only the data required for transaction execution should be loaded from account storage (i.e., lazy-loading)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: task-done | ||
attributes: | ||
label: "When is this task done?" | ||
placeholder: "The task is done when lazy-loading of account storage is implemented" | ||
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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.