Thank you for your interest in contributing to our project! Here are some guidelines to help you get started.
-
Fork the Repository: Click on the "Fork" button at the top of this page to create a copy of the repository on your account.
-
Clone the Repository: Use the following command to clone the repository to your local machine:
git clone https://github.com/creativecreature/sturdyc.git
-
Create a Branch: Create a new branch for your changes. Use a descriptive name for your branch (e.g.,
fix-bug-123
oradd-new-feature
):git checkout -b your-branch-name
-
Make Changes: Make your changes to the codebase. Ensure your code follows the project's coding standards and adds adequate tests.
-
Commit Your Changes: Commit your changes with a clear and concise commit message:
git commit -m "Description of your changes"
-
Push Your Changes: Push your changes to your forked repository:
git push origin your-branch-name
-
Create a Pull Request: Go to the original repository and create a pull request. Provide a clear description of the changes you have made and any relevant information.
If you find a bug or have a feature request, please create an issue on the Issues page. Provide as much detail as possible to help us address the issue effectively.
Thank you for contributing!