Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 542 Bytes

File metadata and controls

32 lines (21 loc) · 542 Bytes

Contributing to reqstool-demo

Thank you for your interest in contributing!

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

Prerequisites

  • Java 21+
  • Maven 3.9+ or Gradle 9.3+
  • Python 3.8+ (for reqstool client)

Setup

git clone https://github.com/reqstool/reqstool-demo.git
cd reqstool-demo

Build & Test

Maven

mvn clean verify

Gradle

gradle clean build