The following is a set of guidelines for contributing to Diginext. Please spend several minutes reading these guidelines before you create an issue or pull request.
First thing first, study our Architecture to understand how the project is structured.
We have adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributor Covenant Code of Conduct
All work on Diginext happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.
Wanna give me a hand?
Get started here: Development Workflow
According to our release schedule, we maintain two branches, main
and feature
. If you send a bugfix pull request, please do it against the main
branch, if it's a feature pull request, please do it against the feature
branch.
We are using GitHub Issues for bug tracking. The best way to get your bug fixed is by providing reproduction steps with this template.
Before you report a bug, please make sure you've searched existing issues, and read our FAQ.
Check out this article: Pull Request