Contributing
How to set up, build, test, and track work on Taxiway.
| Page | Purpose |
|---|---|
| Development | Local setup, build, test, and commit conventions |
| Testing | Test categories and how to run them |
| Issues | How work is tracked: issue scope, labels, and triage |
| Release | The release process |
At a glance
- Changes land through pull requests; a PR may close one or several issues
(
Fixes #NN). - Commit messages follow Conventional Commits.
- Open issues through the issue templates; see Issues for the labels and triage flow.