19 lines
632 B
Markdown
19 lines
632 B
Markdown
# Contributing
|
|
|
|
Bug reports and pull requests are welcome.
|
|
|
|
## Rules
|
|
|
|
- Contributions are accepted under the project license (PolyForm Noncommercial 1.0.0). By opening a PR you agree your contribution may be relicensed under any commercial license the project maintainer grants.
|
|
- Keep changes focused. One feature or fix per PR.
|
|
- Run `go test ./...` before submitting.
|
|
- No new dependencies without discussion.
|
|
|
|
## Development
|
|
|
|
Requires Go 1.22+. Clone, build with `make build`, run with `./apex`.
|
|
|
|
## License Inquiries
|
|
|
|
For commercial licensing questions, see [LICENSE-COMMERCIAL.md](LICENSE-COMMERCIAL.md). Not for bug reports.
|