Thank you for considering to contribute 🥳
This document will provide support how to do the following:
- Reporting bugs
- Suggesting features
- Contributing code
Open a new issue: https://github.com/AidanFogarty/go-digital-humani/issues/new with a label of bug
.
Open a new issue: https://github.com/AidanFogarty/go-digital-humani/issues/new with a label of enhancement
.
-
Install Go >= 1.17
-
Fork the repo.
-
Create a branch for your code change
git checkout -b <branch-name>
-
Make the change.
-
Run tests, linting, formatting
make ci
-
Commit and push your branch.
-
Open a pull request from your branch to
main
-
The PR will be reviewed by the maintainers.