First off, thanks for taking the time to contribute to Eruption!
Every contribution counts!
- Please feel free to open up GitHub issues any time
- Feature requests are always welcome
- Please include as much context as possible, like e.g. log files
- Fork the repo and create your branch from
develop
- Implement your changes
- Make sure your code lints with
cargo clippy
- Run
cargo fmt
- Please submit your pull request
- Use rustfmt
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests after the first line
By contributing, you agree that your contributions will be licensed under the GPLv3 License.