Thank you for considering contributing to InkNest! We welcome contributions from the community and are excited to see what you will bring to the project.
If you find a bug, please report it by creating an issue in our GitHub Issues page. Please include as much detail as possible to help us understand and reproduce the issue.
We are always looking for ways to improve InkNest. If you have a feature request, please open an issue in our GitHub Issues page and describe the feature you would like to see.
-
Fork the repository: Click the "Fork" button at the top right corner of the repository page.
-
Clone your fork:
git clone https://github.com/your-username/InkNest.git cd InkNest
-
Create a new branch:
git checkout -b my-feature-branch
-
Make your changes: Implement your changes in the new branch.
-
Commit your changes:
git add . git commit -m "Description of your changes"
-
Push to your fork:
git push origin my-feature-branch
-
Create a pull request: Go to the original repository and click the "New Pull Request" button. Select your branch and submit the pull request.
Please ensure your code adheres to the project's coding standards. This includes proper indentation, comments, and following naming conventions.
Before submitting your pull request, please ensure that your changes do not break any existing tests and that new tests are added for any new functionality.
If your changes affect the documentation, please update the relevant documentation files accordingly.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for contributing to InkNest!