Welcome to ason! We appreciate your interest and contributions.
We welcome contributions in the form of bug reports, feature requests, code contributions, documentation improvements, or any other ways you'd like to help.
To contribute, follow these steps:
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/ason.git
cd ason
- Create a new branch for your contribution.
git checkout -b my-contribution
- Make your changes and commit them.
git add .
git commit -m "my contribution"
- Push your changes to your forked repository.
git push origin my-contribution
- Open a pull request in this repository. Include a detailed description of your changes and any relevant information.
- Wait for your pull request to be reviewed and merged.
- Celebrate your contribution!
- Don't forget to update your forked repository if the original repository has been updated since your contribution was merged.
git remote add upstream
git fetch upstream
git checkout main
git merge upstream/main
git push origin main
make sure your code is formatted according to the PEP 8 style guide.
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository. Include a detailed description of the problem or enhancement you're suggesting.
Please note that by participating in this project, you agree to abide by our Code of Conduct.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for your contributions!