From 3168c4ff42c4d1eaa5caa87c8768af2939fd7566 Mon Sep 17 00:00:00 2001 From: Bryntet Date: Thu, 22 Aug 2024 13:39:51 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md The message was a bit to vague before --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From dda60d67a7b679bd60df5932de9d86c9346471d9 Mon Sep 17 00:00:00 2001 From: Bryntet Date: Fri, 23 Aug 2024 12:14:32 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77924cd74..9bca5c2e3 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 our project structure and style guidlines. + Ensure your code adheres to our project structure and style guidelines. Write clear and concise commit messages that describe your changes. ### Project Structure