-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
2 changed files
with
18 additions
and
20 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 |
---|---|---|
@@ -1,20 +1,7 @@ | ||
<!-- Empty or bad Descriptions are not welcome, Don't waste my time --> | ||
|
||
<!-- A Detailed Description --> | ||
## Description | ||
|
||
<!-- A description of the tests performed to verify the changes --> | ||
## Testing | ||
|
||
<!-- Please use Markdown Checkboxes. | ||
[ ] = not done | ||
[x] = done | ||
(or just click checkboxes to toggle them) | ||
--> | ||
## Checklist | ||
Things need to be done before this Pull Request can be merged. | ||
|
||
- [ ] Code is well-formatted and adheres to project style guidelines: `cargo fmt` | ||
- [ ] Code does not produce any clippy warnings: `cargo clippy` | ||
- [ ] All unit tests pass: `cargo test` | ||
- [ ] I added new unit tests, so other people don't accidentally break my code by changing other parts of the codebase. [How?](https://doc.rust-lang.org/book/ch11-01-writing-tests.html) | ||
Please follow our [Coding Guidelines](https://github.com/Pumpkin-MC/Pumpkin/blob/master/CONTRIBUTING.md#coding-guidelines) |
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