Thank you for considering contributing to Silk! We welcome contributions from the community and are excited to work with you.
-
Fork the Repository: Start by forking the repository and cloning it to your local machine.
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
-
Make Changes: Make your changes in the codebase, making sure your code follows the project's coding standards.
-
Test Your Changes: PLEASE PLEASE PLEASE test your changes before you push them to make sure they work!
-
Commit and Push: Commit your changes with clear and descriptive messages, then push them to your fork.
git commit -m "Add feature: your feature description" git push origin feature/your-feature-name
-
Open a Pull Request: Go to the original repository and open a pull request. Provide a detailed description of your changes and any additional context.
If you have any questions, feel free to reach out to the us on Discord or open a discussion on GitHub.
We appreciate your contributions and look forward to your help in improving Silk!