We believe in open community-driven software, and thanks to everyone who contributed. 🙏❤️
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you cannot find an open issue addressing the problem, open a new one.
- Open a new issue with a clear view of what you have in mind, and add the label "idea".
- Go through t the Prompt Sail documentation
- Get acquainted with how the repository is structured
- Get acquainted with how the documentaion is organized
The general forking procedure:
- Fork the repo.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-name
). - Open a new Pull Request with a description what and why you have changed
Thank you all 🙏