Contributing
Contributing to OpenG2P
Last updated
Was this helpful?
Contributing to OpenG2P
Last updated
Was this helpful?
OpenG2P is a collaborative effort of several contributors. We welcome contributions to the OpenG2P Project.
Raise bugs/issues/tasks on GitHub Issues of individual repositories.
All the issues and tasks are tracked using .
Join our for keeping track of key announcements, and updates and discuss any matters related to the project with the larger community. You may post your technical questions on the platform here.
To contribute code to the OpenG2P project, follow the steps given below:
Create an issue on Github related to your task.
Fork the corresponding repository.
Commit your changes in your forked repo. Make sure the issue id of GitHub is mentioned in square braces, e.g. [#6] Minor changes to fix the bug.
Raise a Pull Request (PR) on the appropriate branch. In general, it is safe to send PRs to develop
branch of a repo.
The PRs shall be reviewed by the technical team and merged after approval.
For Odoo modules, follow the
For non-Odoo Python code, follow .
The documentation of the project is available as .md
files in the . To highlight a correction or request for additional documentation, raise a GitHub Issue on the repository. To contribute to the documentation follow the steps given under .
Refer to the .