Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 8, 2024
1 parent 49ef5d0 commit afbf4b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ We welcome pull requests, but please note that they are not guaranteed to be acc
- Creating a pull request does not necessarily require an issue. But if the problem is complex, creating an issue beforehand might make the process smoother.
- Do not include fixes that are not directly related to the pull request topic.

## Development

- The `Makefile` and `tool` directories (go projects) are not relevant for development, so you don't need to worry about them.
- These are tools for creating screenshots, etc.
- It's ok if you can run `cargo build` and `cargo test` as a normal Rust project.

## License

This project is licensed under the [MIT License](LICENSE). By contributing, contributors agree to abide by the terms of the applicable license.
Expand Down

0 comments on commit afbf4b6

Please sign in to comment.