Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.85 KB

Contributing to PassFusionX

Thank you for considering contributing to PassFusionX! Contributions are welcome and greatly appreciated. Before getting started, please take a moment to review the guidelines outlined below.

Ways to Contribute

You can contribute to PassFusionX in the following ways:

  • Report bugs by opening GitHub Issues
  • Suggest new features or enhancements by opening GitHub Issues
  • Submit pull requests with bug fixes or improvements

Guidelines for Bug Reports and Feature Requests

When creating a new issue for bug reports or feature requests, please follow these guidelines:

  • Clearly describe the issue or feature you are reporting or requesting.
  • Provide steps to reproduce the issue if applicable.
  • Include any relevant error messages or screenshots.
  • Tag the issue appropriately (bug, enhancement, etc.).

Guidelines for Pull Requests

To contribute code to PassFusionX, please follow these guidelines:

  • Fork the repository and create a new branch for your contribution.
  • Ensure your code follows the project's coding style and conventions.
  • Include relevant tests and make sure existing tests pass.
  • Provide a clear and descriptive pull request description.
  • Ensure your code is well-documented, especially for new features or significant changes.

Code Style and Conventions

  • Follow the PEP 8 style guide for Python code.
  • Use clear and descriptive variable and function names.
  • Write docstrings to document your code.

License

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

Contact

If you have any questions or need further assistance, feel free to contact us at [email protected].