We welcome contributions from all developers. Whether you're fixing bugs, improving the documentation, or proposing new features, your contributions are greatly appreciated!
-
Fork the repository: Navigate to the FortiPath GitHub repository and click the "Fork" button in the top-right corner.
-
Clone the repository: Clone your forked repository to your local machine. You can do this by running
git clone https://github.com/cywf/FortiPath.git
. -
Create a new branch: Create a new branch for your changes. You can do this by running
git checkout -b your-branch-name
.
-
Make your changes: Make the changes you want to contribute. Be sure to follow the coding standards and ensure that all tests pass.
-
Commit your changes: Commit your changes to your local repository. Be sure to write a clear and detailed commit message explaining what your changes do.
-
Push your changes: Push your changes to your forked repository on GitHub. You can do this by running
git push origin your-branch-name
.
-
Create a pull request: Navigate to your forked repository on GitHub and click the "New pull request" button. Select your branch from the dropdown menu and click "Create pull request".
-
Describe your changes: Write a title and description for your pull request. Be sure to explain what your changes do, why you believe they are necessary, and any relevant context.
-
Submit your pull request: Click "Create pull request" to submit your pull request. We will review your changes as soon as possible!
Please follow the coding standards used throughout the project. This includes things like indentation, naming conventions, and code organization.
If you have any questions about contributing to FortiPath, please contact me on LinkedIn.