From 8b90686fece64e9d3179ad51eb824ad9ca9a0bf7 Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:56:36 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9096cc4..5b079b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,25 @@ -Contributing -First off, thanks for taking the time to contribute! 🎉👍 +# Contributing Guide -When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. +**First off, thanks for taking the time to contribute!** 🎉👍 -If you wish to contribute to this repository, please fork this repository, make the desired changes, and open a Pull requests to have your code reviewed and merged. +## How to Contribute + +1. **Discuss Changes**: Before making any changes, please discuss the change you wish to make via an issue, email, or any other method with the repository owners. +2. **Fork the Repository**: Create your own fork of the repository. +3. **Make Changes**: Implement your changes in your fork. +4. **Open a Pull Request**: Submit a pull request to have your changes reviewed and merged. + +## Guidelines + +- Ensure your code follows the project's coding standards. +- Write clear, concise commit messages. +- Include tests for any new features or bug fixes. +- Update documentation as necessary. + +## Code of Conduct + +Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code. + +--- + +Thank you for contributing! Your help is greatly appreciated. 😊