-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-runner-image
- Loading branch information
Showing
354 changed files
with
14,576 additions
and
6,089 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"projects": { | ||
"default": "zfnd-prod-zebra" | ||
}, | ||
"targets": { | ||
"zfnd-prod-zebra": { | ||
"hosting": { | ||
"docs-book": [ | ||
"zebra-docs-book" | ||
], | ||
"docs-external": [ | ||
"zebra-docs-external" | ||
], | ||
"docs-internal": [ | ||
"zebra-docs-internal" | ||
] | ||
} | ||
} | ||
}, | ||
"etags": {} | ||
} |
Validating CODEOWNERS rules …
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,73 @@ | ||
name: '🐛 Bug report' | ||
description: Create a report to help us improve | ||
title: 'bug: ' | ||
labels: [C-bug, S-needs-triage] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report a bug in Zebra! | ||
Please fill out the sections below to help us reproduce and fix the bug. | ||
If you have a question, please ask on [Discord](https://discord.gg/fP2JGmhm) or [GitHub Discussions](https://github.com/ZcashFoundation/zebra/discussions) | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
value: ' | ||
I expected to see this happen: | ||
Instead, this happened: | ||
' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: What were you doing when the issue happened? | ||
description: Copy and paste the exact commands or code here. | ||
placeholder: 'Behavior or code sample that causes the bug' | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Zebra logs | ||
description: Copy and paste the last 100 Zebra log lines or upload the full logs to https://gist.github.com/ and add a link to them here. | ||
placeholder: 'Copy and paste the logs here' | ||
validations: | ||
required: false | ||
- type: input | ||
id: zebrad-version | ||
attributes: | ||
label: Zebra Version | ||
description: 'For bugs in `zebrad`, run `zebrad --version`.' | ||
placeholder: 'zebrad 1.0.0-placeholder' | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: os | ||
attributes: | ||
label: Which operating systems does the issue happen on? | ||
description: You may select more than one. | ||
options: | ||
- label: Linux | ||
- label: macOS | ||
- label: Windows | ||
- label: Other OS | ||
- type: input | ||
id: os-details | ||
attributes: | ||
label: OS details | ||
description: 'Linux, macOS, BSD: the output of `uname -a`; Windows: version and 32-bit or 64-bit; Other OS: name and version' | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else that could help us solve this issue? | ||
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
blank_issues_enabled: true | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 💬 Zcash Community Support | ||
url: https://forum.zcashcommunity.com/ | ||
about: You're invited to ask questions about the ecosystem, community and Zebra | ||
- name: ❓ General Questions about Zebra | ||
url: https://github.com/ZcashFoundation/zebra/discussions/categories/q-a | ||
about: Please ask and answer questions about Zebra as a discussion threads |
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,67 @@ | ||
--- | ||
name: '🚦 DevOps Report' | ||
description: Issues related to the Zebra build, test, or release process. | ||
title: 'devops: ' | ||
labels: [A-devops, C-bug, S-needs-triage] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report a bug in Zebra! | ||
Please fill out the sections below to help us reproduce and fix the bug. | ||
If you have a question, please ask on [Discord](https://discord.gg/fP2JGmhm) or [GitHub Discussions](https://github.com/ZcashFoundation/zebra/discussions) | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the issue or request | ||
description: What is the problem? A clear and concise description of the bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: | | ||
What did you expect to happen? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: | | ||
What actually happened? | ||
Please include full errors, uncaught exceptions, stack traces, and relevant logs. | ||
Links to the faulty logs in GitHub Actions or other places are also welcomed. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Possible Solution | ||
description: | | ||
Suggest a fix/reason for the bug | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Information/Context | ||
description: | | ||
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful for the community. | ||
validations: | ||
required: false | ||
- type: input | ||
id: on-prs | ||
attributes: | ||
label: Is this happening on PRs? | ||
validations: | ||
required: false | ||
- type: input | ||
id: on-main | ||
attributes: | ||
label: Is this happening on the main branch? | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.