mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-29 07:30:21 +00:00
Minor side update
* Update PR template to be a bit more specific * Update README to state what version of rust I dev on in contributions * Update rustfmt to remove another unstable line
This commit is contained in:
parent
818d920835
commit
f0f1ee129e
3 changed files with 3 additions and 3 deletions
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
@ -14,6 +14,7 @@ _Remove the irrelevant one:_
|
||||||
|
|
||||||
- [x] Bug fix (non-breaking change which fixes an issue)
|
- [x] Bug fix (non-breaking change which fixes an issue)
|
||||||
- [x] New feature (non-breaking change which adds functionality)
|
- [x] New feature (non-breaking change which adds functionality)
|
||||||
|
- [x] Other (something else)
|
||||||
|
|
||||||
## Test methodology
|
## Test methodology
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@ _Please state how this was tested:_
|
||||||
_Please ensure all are ticked (and actually done):_
|
_Please ensure all are ticked (and actually done):_
|
||||||
|
|
||||||
- [ ] Change has been tested to work
|
- [ ] Change has been tested to work
|
||||||
- [ ] Code has been linted using rustfmt
|
- [ ] Areas your change affects has been linted using rustfmt
|
||||||
- [ ] Code has been self-reviewed
|
- [ ] Code has been self-reviewed
|
||||||
- [ ] Code has been tested and no new breakage is introduced
|
- [ ] Code has been tested and no new breakage is introduced
|
||||||
- [ ] Documentation has been added/updated if needed
|
- [ ] Documentation has been added/updated if needed
|
||||||
|
|
|
@ -206,7 +206,7 @@ Note that `q` is disabled while in the search widget.
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Contribution is welcome! Just submit a PR.
|
Contribution is welcome! Just submit a PR. Note that I develop and test on stable Rust.
|
||||||
|
|
||||||
If you spot any issue with nobody assigned to it, or it seems like no work has started on it, feel free to try and do it!
|
If you spot any issue with nobody assigned to it, or it seems like no work has started on it, feel free to try and do it!
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,3 @@ reorder_modules = true
|
||||||
reorder_impl_items = true
|
reorder_impl_items = true
|
||||||
tab_spaces = 4
|
tab_spaces = 4
|
||||||
format_strings = true
|
format_strings = true
|
||||||
space_after_colon = true
|
|
||||||
|
|
Loading…
Reference in a new issue