- Hello, thank you for considering contributing to shorte.live.
- You can reach out to me for discussion or help. (Please keep things professional and straight, don't waste my time)
- Discord :
ivinayakg
- Email :
[email protected]
- First fork this project.
- Follow the setup from the README file to set it up locally.
- and done.
- Keep things neat and clean.
- Have proper issue ticket or any public document, which explains your work thoroughly.
- Before raising your PR run your tests on your local system. Only after there are no errors on your local, please push your code.
- Every PR must have tests for the code written. (for now backend only, as I'm currently setting up the frontend testing architecture)
- Simply open your terminal, change to
api
directory withcd api
. - Run
go test ./tests/integration go test ./tests/unit