Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.23 KB

Contributing.md

File metadata and controls

34 lines (21 loc) · 1.23 KB

Contributing to PoSPro

Thank you for considering contributing to PoSPro! We appreciate your interest in helping improve our project. Here are some guidelines to follow when contributing.

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of this page to create a copy of the repository in your GitHub account.

  2. Clone your fork: Use the following command to clone your forked repository:

    git clone https://github.com/your-username/PoSPro-.git
    
    Create a branch: Create a new branch for your changes:
    

git checkout -b my-feature-branch Make your changes: Implement your feature or bug fix.

Test your changes: Make sure to test your changes thoroughly.

Commit your changes: Write a clear commit message describing your changes:

git commit -m "Add my feature" Push to your fork: Push your changes to your forked repository:

git push origin my-feature-branch Open a Pull Request: Go to the original repository and click on "New Pull Request". Select your branch and describe your changes.

Code Style Please ensure your code follows the project's coding style guidelines.

Issues If you find a bug or have a feature request, please create an issue in the repository.

Thank you for contributing!