Contributing
How to contribute
How to contribute
Contributing to the project
If you want to contribute to the project, you can do so by forking the repository and submitting a pull request. If you're not sure how to do this, you can follow the steps below.
Forking the repository
- Go to the Apep repository and click the
Fork
button in the top right corner of the page. - Select your GitHub account as the destination for the fork.
- Once the fork is complete, you will be redirected to your forked repository.
- Clone the forked repository to your local machine.
- Add the original repository as a remote to your local repository.
- Create a new branch for your changes.
- Make your changes and commit them to the new branch.
- Push the new branch to your forked repository.
- Create a pull request from your forked repository to the original repository.
- Wait for the pull request to be reviewed and merged.