Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

Contributing to hours

This document describes the process of contributing to hours. It is intended for anyone considering opening an issue or pull request.

Quick Guide

I have an idea for a feature

First search through issues and check whether your feature has already been requested. If not, open a "Feature request" issue, and fill in the details. Please discuss feature ideas before opening a pull request.

I've found a bug! / Something isn't working

First, search the issue tracker for similar issues. Tip: also search for closed issues, your issue might have already been fixed!

If it hasn't been reported already, open a "Bug report" issue and make sure to fill in the template completely.

Pull Requests

You must understand any code you ask to have merged via a pull request. Using AI to write code is fine, but you should be able to explain what your changes do and how they interact with the greater system in your own words. If you can't do that without the aid of AI tools, please do not open a pull request until you can.