Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 549 Bytes

File metadata and controls

25 lines (17 loc) · 549 Bytes

Contributing to reqstool-python-decorators

Thank you for your interest in contributing!

For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.

Prerequisites

  • Python 3.13+
  • Hatch (pip install hatch)

Setup

git clone https://github.com/reqstool/reqstool-python-decorators.git
cd reqstool-python-decorators
hatch env create

Build & Test

hatch build
hatch run test