-
Notifications
You must be signed in to change notification settings - Fork 21
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 ignore-geth-updates-dependabot
- Loading branch information
Showing
3 changed files
with
57 additions
and
0 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Logs** | ||
If applicable, please include the relevant logs that indicate a problem. | ||
|
||
**Operating System** | ||
Which OS you used to reveal the bug. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**To best protect the Avalanche community security bugs should be reported in accordance to our [Security Policy](../../SECURITY.md)** |
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,19 @@ | ||
--- | ||
name: Feature specification | ||
about: Discussion on design and implementation of new features for awm-relayer. | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Context and scope** | ||
Include a short description of the context and scope of the suggested feature. | ||
Include goals the change will accomplish if relevant. | ||
|
||
**Discussion and alternatives** | ||
Include a description of the changes to be made to the code along with alternatives | ||
that were considered, including pro/con analysis where relevant. | ||
|
||
**Open questions** | ||
Questions that are still being discussed. |
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,7 @@ | ||
## Why this should be merged | ||
|
||
## How this works | ||
|
||
## How this was tested | ||
|
||
## How is this documented |