Contributing
Contributions to DHIS2 Audit Vision are welcome! This page outlines the workflow for both the frontend and backend repositories.
General Workflow
- Fork the relevant repository on GitHub.
- Create a new branch for your feature or bugfix:
git checkout -b feature/my-new-feature
- Make your changes and commit using clear, descriptive messages.
- Ensure tests pass before submitting.
- Open a pull request against the
developbranch.
Frontend Repository
github.com/Saudigitus/dhis2-audit-vision
# Run linting
npm run lint
# Build to verify
npm run build
Backend Repository
github.com/Saudigitus/dhis-audit-vision-api
# Run with the development server
python runserver.py
License
Both projects are licensed under the MIT License.