id |
---|
contribution-guidelines |
Thank you for considering contributing to Giga! We value your input and aim to make the contribution process as accessible and transparent as possible. Whether you're interested in reporting bugs, discussing code, submitting fixes, proposing features, becoming a maintainer, or engaging with the Giga community, we welcome your involvement.
- Familiarize Yourself: Before contributing, familiarize yourself with the project by reviewing the README, code of conduct, and existing issues or pull requests.
- Issues and Feature Requests: Check the issue tracker for existing issues or create a new one to report bugs, suggest improvements, or propose new features.
- Fork and Branch: Fork the repository and create a branch for your contribution. Branch names should be descriptive (e.g., feature/add-new-functionality, bugfix/issue-description).
- Code Changes: Make changes or additions following our coding conventions and style guide. Ensure to write clear commit messages that explain the purpose of each commit.
- Testing: If applicable, include tests for the changes made to ensure code reliability. Ensure existing tests pass.
- Documentation: Update relevant documentation, including README files or any other necessary guides.
- Pull Request: Open a pull request (PR) against the main branch. Clearly describe the changes introduced, referencing any related issues.
- Bug Reports: Help us understand and address issues by submitting detailed bug reports via GitHub issues. Include as many relevant details as possible in the provided template to expedite resolutions.
To contribute code changes:
- Fork the repository and create a new branch for your contribution
git checkout -b 'my-contribution'
.
- Make your changes on the created branch.
- Commit with clear messages describing the updates.
- Submit a pull request against the Giga repository, ensuring the following:
- Clear use case or demonstration of bug fix/new feature.
- Inclusion of relevant tests (unit, functional, and fuzz tests where applicable).
- Adherence to code style guidelines.
- No breaking changes to the existing test suite.
- Bug fixes accompanied by tests to prevent regression.
- Update of relevant comments and documentation reflecting code behavior changes.
If you encounter a bug but aren't sure how to fix it or submit a pull request, you can create an issue. Issues serve as avenues for bug reports, feedback, and general discussions within the GitHub repositories.
Beyond code contributions:
- Feedback and Insights: Share your expertise and experiences related to cash transfer by contacting us at email.
- Documentation: Contribute to our journey by sharing reports, case studies, articles, blogs, or surveys. Contact us to contribute and learn more via email.
This repository automates Python workflow using pre-commits: black and flake8. For more information see this guide here.