diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ad4b7ab9..77924cd74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ There are several ways you can contribute to Pumpkin: If you'd like to contribute code changes, fork the Pumpkin repository on GitHub. Install Rust at [rust-lang.org](https://www.rust-lang.org/). Make your changes on your local fork and create a pull request to the main repository. - Ensure your code adheres to the project's coding style guidelines (if any). + Ensure your code adheres to our project structure and style guidlines. Write clear and concise commit messages that describe your changes. ### Project Structure