Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

41 lines (24 loc) · 1.2 KB

Contribution Guidelines


How to Contribute

Thank you for considering contributing to this project! Here’s how you can help:

Fork the Repository: Click on the fork button at the top right corner of the repository.

Clone Your Fork: Clone the forked repository to your local machine.

git clone https://github.com/vortexFDC/pywind.git

Create a New Branch: Create a branch for your changes.

git checkout -b feature-branch

Make Changes: Implement your changes and commit them.

git commit -m "Add new feature"

Push Changes: Push your changes to your forked repository.

git push origin feature-branch

Create a Pull Request: Submit a pull request (PR) to the main repository with a clear explanation of your changes.


Code Style

Follow PEP8 if contributing Python code.

Ensure your code is well-documented and readable.


Reporting Issues

If you find a bug, please report it by opening an issue. Include:

  • A clear title and description

  • Steps to reproduce the issue

  • Expected and actual behavior