-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
1,121 changed files
with
90,844 additions
and
36,693 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 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,61 @@ | ||
name: Bug report | ||
description: Create a bug report to help us improve | ||
title: "[Descriptive title] " | ||
labels: [meta-bug] | ||
body: | ||
- type: textarea | ||
id: describe | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is and steps to reproduce it. | ||
placeholder: This is what I'm seeing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: This is what should happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: List the steps to reproduce the behavior | ||
placeholder: | | ||
1. Run command './lodestar beacon --flag' | ||
2. Wait for node syncing log | ||
3. Query API at 'beacon:9596/eth/v1/api' | ||
4. See error | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: attachments | ||
attributes: | ||
label: Additional context | ||
description: If applicable, add screenshots, links or other context about the issue | ||
placeholder: | | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Operating system | ||
description: What type of operating system are you running on? | ||
multiple: false | ||
options: | ||
- Linux | ||
- macOS | ||
- Windows | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Lodestar version or commit hash | ||
description: Which version or commit hash of Lodestar are you running? | ||
placeholder: v1.8.0 or a4b29cf | ||
validations: | ||
required: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: General questions | ||
url: https://github.com/ChainSafe/lodestar/discussions | ||
about: General questions should be directed to our Github discussions instead of an issue. | ||
- name: Join our Discord community | ||
url: https://discord.gg/aMxzVcr | ||
about: Engage in our Lodestar community of contributors, users and supporters. | ||
- name: Ethereum Bug Bounty | ||
url: https://ethereum.org/en/bug-bounty/ | ||
about: Earn up to $250,000 USD and a place on the leaderboard by finding protocol, client and Solidity bugs affecting the Ethereum network. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.