Thank you for your interest in contributing to Scribly! We welcome all contributions that help improve the project.
- Fork the Repository: Click the "Fork" button on GitHub and clone your fork.
- Create a Branch:
git checkout -b feature-name
- Make Your Changes: Implement your feature or fix a bug.
- Commit Your Changes:
git commit -m "Describe your changes"
- Push Your Changes:
git push origin feature-name
- Submit a Pull Request: Open a pull request on GitHub and describe your changes.
- 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.
If you have any questions, feel free to open an issue or reach out to the maintainers.
Happy coding! 🚀