Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 961 Bytes

File metadata and controls

34 lines (22 loc) · 961 Bytes

Contributing to this project

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.

Getting Started

  1. Fork & clone the repository:

    git clone https://github.com/<your-username>/hourtracker.git
    cd hourtracker

Branching

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.

Pull Request Guidelines

  • Keep PRs focused on a single concern.
  • Include a short description of what changed and why.
  • Reference related issues (e.g., Closes #42).

Reporting Issues

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.