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.

Architecture

First thing first, study our Architecture to understand how the project is structured.

Code of Conduct

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

Open Development

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

Branch Organization

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.

Bugs

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.

Proposing a Change

Create a Pull Request

Check out this article: Pull Request