Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 555 Bytes

File metadata and controls

25 lines (17 loc) · 555 Bytes

Contributing to reqstool-python-hatch-plugin

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-hatch-plugin.git
cd reqstool-python-hatch-plugin
hatch env create

Build & Test

hatch build
hatch run test