Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (26 loc) · 1009 Bytes

Contributing to Scribly

Thank you for your interest in contributing to Scribly! We welcome all contributions that help improve the project.

How to Contribute

  1. Fork the Repository: Click the "Fork" button on GitHub and clone your fork.
  2. Create a Branch:
    git checkout -b feature-name
  3. Make Your Changes: Implement your feature or fix a bug.
  4. Commit Your Changes:
    git commit -m "Describe your changes"
  5. Push Your Changes:
    git push origin feature-name
  6. Submit a Pull Request: Open a pull request on GitHub and describe your changes.

Guidelines

  • Follow best coding practices and maintain code readability.
  • Ensure your changes do not introduce bugs or break existing functionality.
  • Add comments and documentation where necessary.
  • Run tests before submitting a pull request.

Need Help?

If you have any questions, feel free to open an issue or reach out to the maintainers.

Happy coding! 🚀