-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
5b6e365
commit e4ba5d7
Showing
1 changed file
with
25 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,25 @@ | ||
<!-- Fill out this template to help us review your pull request. Delete any comments once you are done. --> | ||
|
||
## Description | ||
|
||
<!-- - Quickly describe the changes you made and why you made them. --> | ||
<!-- - Reference the issue/issues that this PR fixes. --> | ||
|
||
<!-- - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<!-- - ALL PRs MUST CLOSE AN ISSUE. IF AN ISSUES DOES NOT EXIST, GO MAKE ONE. --> | ||
<!-- - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
|
||
## Breaking changes | ||
|
||
<!-- - Does your pull request introduce any breaking changes? If so, please list them clearly and explain how they will affect users.--> | ||
|
||
## Documentation updates | ||
|
||
<!-- - Reference any updates to the documentation within this repo.--> | ||
<!-- - Link to your PR that updates documentation in other repos, like github.com/entropyxyz/entropy-docs--> | ||
|
||
## Checklist: | ||
|
||
- [ ] I have added tests for my changes. | ||
- [ ] I have updated the documentation (README, etc.) to reflect the changes. | ||
- [ ] I have read and followed the CONTRIBUTE.md guidelines. |