Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

41 lines (23 loc) · 1.44 KB

Contributing to PromptSail

We believe in open community-driven software, and thanks to everyone who contributed. 🙏❤️

How Can I Contribute?

Reporting Bugs

  • 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.

Suggesting Enhancements and new features

  • Open a new issue with a clear view of what you have in mind, and add the label "idea".

Your First Code Contribution

  1. Go through t the Prompt Sail documentation
  2. Get acquainted with how the repository is structured
  3. 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

Contributors

Thank you all 🙏