You are welcome to contribute to this project.
We want to keep some structure in this repository, so we created some guidelines to help you get started.
-
Fork & clone the repository:
git clone https://github.com/<your-username>/hourtracker.git cd hourtracker
We're using GithubFlow as our branching strategy. This means, we branch off of main for new features and bugfixes.
Merges to main branch are done via pull requests.
- Keep PRs focused on a single concern.
- Include a short description of what changed and why.
- Reference related issues (e.g.,
Closes #42).
Open an issue on GitHub with:
- A clear title and description.
- Steps to reproduce (if it's a bug).
- Expected vs. actual behavior.
- Browser / OS / Docker version if relevant.