2019-09-15 22:43:10 +02:00
|
|
|
# Contributing
|
|
|
|
## New features
|
|
|
|
New features should go through the [RFC process][rfcs] before a Pull Request is made to this repository.
|
|
|
|
|
2020-06-11 19:18:29 +02:00
|
|
|
[rfcs](https://github.com/rtic-rs/rfcs)
|
2019-09-15 22:43:10 +02:00
|
|
|
|
|
|
|
## Bugs
|
|
|
|
Report bugs by creating an issue in this repository.
|
|
|
|
|
|
|
|
## Pull Requests
|
|
|
|
Please make pull requests against the master branch.
|
|
|
|
|
|
|
|
Always use rebase instead of merge when bringing in changes from master to your feature branch.
|
|
|
|
|
|
|
|
## Writing documentation
|
|
|
|
Documentation improvements are always welcome. The source for the book is in `book/` and API documentation is generated from the source code.
|