Set up project scaffolding: GitHub Actions workflows, issue templates, changelog, contributing guidelines, MIT license, and README

This commit is contained in:
!verity
2026-03-13 20:31:03 +01:00
parent be54d392cf
commit a7d310bacb
12 changed files with 308 additions and 0 deletions

22
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,22 @@
# Contributing
Contributions are welcome.
## Process
1. Fork the repo and create a branch (e.g. `feature/xyz` or `fix/abc`).
2. Make your changes and test locally:
```bash
./gradlew build
```
3. Open a pull request against `main`/`master` (fill in the PR template).
4. CI must pass; address review feedback as needed.
## Code
- Java 21; follow the existing code style.
- Prefer adding tests in `src/test/` for new functionality.
## Questions
For questions and general discussion: [Discussions](https://github.com/jakubbbdev/terminal-ui/discussions).