Thank you for considering contributing to Llama Prompts! This document outlines the process for adding prompts to the csv file used by the project.
-
Fork the repository and clone it locally.
-
Navigate to the
promptsfolder and open theprompts.csvfile. -
Add your prompts in the following format:
Prompt name, Prompt, 7B, 13B, 30B, 65B, Source
Prompt nameshould be a string enclosed in quotation marks summarizing the purpose of the prompt. Please keep the Prompt name concise and under 10 words.Promptshould be a string enclosed in quotation marks representing the text of the prompt.7B, 13B, 30B, 65Bshould be a boolean (TRUE / FALSE / NULL if untested) informing whether or not the prompt produces expected behaviour on each individual model.Sourceshould be the source of the prompt enclosed in quotation marks. If you made it yourself, your github profile link goes here.
-
Save the
prompts.csvfile. -
Commit your changes with a descriptive commit message.
-
Push your changes to your fork.
-
Open a pull request on the main repository. In your pull request description, please include a brief summary of the prompts you have added and any relevant context or details.
Before submitting a pull request, please ensure that the name of the character card file is concise and relevant.
- Fork the repository and clone it to your local machine.
- Navigate to the
character-cardsdirectory. - Upload the JSON file to the
character-cardsdirectory. - Once you have uploaded your JSON file, commit your changes and push them to your forked repository.
- Submit a pull request to the main repository.
Llama Prompts has adopted a Code of Conduct that we expect all contributors to adhere to.
-
Be respectful: Treat others with kindness and respect. Avoid making personal attacks or derogatory comments.
-
Communicate effectively: Use clear and concise language in your comments and commit messages. Be open to feedback and willing to discuss any issues that arise.
-
Be collaborative: Work together with other contributors to improve the project. Be open to suggestions and willing to compromise.
-
Give credit where it's due: Acknowledge the contributions of others in your commit messages and comments.
-
Be professional: Avoid using inappropriate language or behavior. Remember that this is a public forum and your actions reflect on both yourself and the project.
Remember that the goal of a Git repository is to collaborate and build something together. By treating each other with respect and working together, we can achieve great things.
By contributing to Llama Prompts, you agree that your contributions will be licensed under the project's CC License.
Thank you for contributing to Llama Prompts!