Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.29 KB

Logo

Contributing to Silk

Thank you for considering contributing to Silk! We welcome contributions from the community and are excited to work with you.

How to Contribute

  1. Fork the Repository: Start by forking the repository and cloning it to your local machine.

  2. Create a Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature/your-feature-name
  3. Make Changes: Make your changes in the codebase, making sure your code follows the project's coding standards.

  4. Test Your Changes: PLEASE PLEASE PLEASE test your changes before you push them to make sure they work!

  5. 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
  6. 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.

Contact

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!