-
Notifications
You must be signed in to change notification settings - Fork 86
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
3 changed files
with
5 additions
and
28 deletions.
There are no files selected for viewing
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 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,15 +1,2 @@ | ||
### Description | ||
# Description | ||
|
||
[Description of the issue or feature] | ||
|
||
### Research/based on | ||
|
||
[Which codebases, pallets or designs did you base your design on] | ||
|
||
### How will this affect the code base | ||
|
||
[Does it improve readability, performance? Will it introduce new complexity?] | ||
|
||
### What are foreseen obstacles or hurdles to overcome? | ||
|
||
[Are migrations needed, structural changes around testing etc?] |
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,16 +1,9 @@ | ||
# Description | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
[description] | ||
|
||
Fixes # (issue) | ||
Fixes #(issue) | ||
|
||
## Changes and Descriptions | ||
|
||
[List your changes here] | ||
|
||
# Checklist: | ||
|
||
- [ ] I have added Rust doc comments to structs, enums, traits and functions | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have added tests that prove my fix is effective or that my feature works |