Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.54 KB

File metadata and controls

39 lines (24 loc) · 1.54 KB

Contributing to PyMyProjects

Thank you for considering contributing to PyMyProjects! By contributing, you help us build a vibrant and collaborative community around Python projects.

How to Contribute

Reporting Issues

If you encounter a bug or have a feature request, please open an issue on the issue tracker. Provide a clear and detailed description of the problem, and, if applicable, steps to reproduce it.

Contributing Code

  1. Fork the repository to your GitHub account.
  2. Clone your fork: git clone https://github.com/MyIndianHub/PyMyProjects.git
  3. Create a new branch for your feature or bug fix: git checkout -b feature-name
  4. Make your changes and commit them with a descriptive commit message.
  5. Push your changes to your fork: git push origin feature-name
  6. Submit a pull request to the main branch of the original repository.

Coding Guidelines

  • Follow the PEP 8 style guide for Python code.
  • Write clear and concise commit messages.
  • Ensure your code is well-documented, including any new features or changes.

Testing

  • Test your changes thoroughly before submitting a pull request.
  • Include relevant tests with your code.

Code of Conduct

Please read and adhere to our Code of Conduct. We aim to foster a positive and inclusive community.

License

By contributing, you agree that your contributions will be licensed under the MIT License.

Thank you for your contribution!