Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.46 KB

File metadata and controls

26 lines (20 loc) · 1.46 KB

Contributing to chatgpt-prompts

Welcome to chatgpt-prompts! We're excited to have you contribute. Please take a moment to read the following guidelines to ensure a smooth collaboration.

Reporting Issues

If you encounter any bugs or have suggestions for improvement, please open an issue on the GitHub repository. Provide a clear and detailed description, along with any relevant information to help us reproduce the issue.

Submitting Pull Requests

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Ensure your code adheres to our coding standards and follows best practices.
  3. Write clear commit messages and include any necessary documentation.
  4. Once ready, submit a pull request, describing the changes made and providing context for reviewers.

Proposing New Features

Have an idea for a new feature? Here's how to propose it:

  1. Open an issue on the GitHub repository and clearly describe the feature.
  2. Discuss the proposed feature with the community.
  3. Once there is a consensus, follow the steps outlined in the "Submitting Pull Requests" section.

Code Style and Guidelines

  • Follow the existing coding style and conventions used in the project.
  • Write clear and concise code with proper documentation.
  • Test your changes thoroughly before submitting a pull request.
  • Be respectful and considerate towards other contributors.

We appreciate your contributions and value your input in making chatgpt-prompts better. Happy coding!