docs: add release checklist + draft PR policy

This commit is contained in:
Abhimanyu Saharan
2026-02-13 11:23:12 +00:00
parent 90a7da47d0
commit 4b0dbbec83
4 changed files with 122 additions and 0 deletions

View File

@@ -112,6 +112,15 @@ make setup
make check
```
## Contributing / PR workflow
- Contribution guide: [`CONTRIBUTING.md`](./CONTRIBUTING.md)
- Preferred flow: open a **Draft PR early**, then iterate until `make check` is green.
## Releasing
- Maintainer checklist: [Release checklist](./docs/release/README.md)
## License
This project is licensed under the MIT License. See [`LICENSE`](./LICENSE).