Thank you for your interest in contributing to the Style-Forge.Colors
project! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process.
-
Fork the repository
- Click the "Fork" button at the top right corner of the repository page on GitHub.
-
Clone the forked repository to your local machine
git clone https://github.com/Style-Forge/colors.git
-
Create a new branch for your changes
git checkout -b feature/branch-name
-
Make your changes and commit them
- Please ensure that your commits have descriptive messages.
git commit -am 'Add some feature'
-
Push your changes to the forked repository
git push origin feature/branch-name
-
Create a pull request
- Go to the page of your forked repository on GitHub.
- Click the "New pull request" button.
- Select the base repository and branch you want to merge your changes into.
- Provide a clear and detailed description of your changes.
- Please ensure your code follows the project's coding standards.
- Run existing tests to make sure your changes do not break anything.
- If applicable, add new tests to cover your changes.
If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.
- Be respectful and considerate in your communications.
- Follow the project's code of conduct.
For more information, visit our documentation site.
Thank you for your contributions!