<h1 align="center">
<a href="https://prompts.chat">
- [Ways to contribute](#ways-to-contribute)
Sign in to like and favorite skills
Here are some ways you can contribute to this documentation:
Use GitHub to contribute to this documentation without having to clone the repository to your desktop. This is the easiest way to create a pull request in this repository. Use this method to make a minor change that doesn't involve code changes.
You now have successfully submitted a pull request.
To get started contributing to the Promptify repository, which includes prompts, code, and documentation, please refer to this step-by-step guide.
Fork the repository to your GitHub account to create a copy of the repository associated with your account, enabling you to make changes without altering the original.
To create a new branch in your repository, run the following command (replacing "YOUR_GITHUB_USERNAME" with your actual GitHub username):
git checkout -b YOUR_GITHUB_USERNAME/feature-name
This branch will be where you can make changes and additions.
git add .
This command will stage all the changes that have been made.
git commit -m "Commit message"
git push origin YOUR_GITHUB_USERNAME/feature-name
Once you have made the necessary changes, navigate to the Promptify repository on GitHub and create a pull request. Provide a clear description of the modifications you have made and request a review and approval of the changes to be merged into the main repository.
Before starting with the above steps, it is important to note that you should have a local copy of the repository on your machine. You can clone the repository by running the command:
git clone https://github.com/promptslab/Promptify.git
Thank you for your enthusiasm in contributing to Promptify! We are excited to review your proposed changes and incorporate them into our codebase ❤️