Some checks failed
CI / Check PR Title (push) Failing after 18s
CI / Makefile Lint (push) Successful in 33s
CI / Markdown Lint (push) Successful in 22s
CI / Unit Tests (push) Successful in 30s
CI / Go Lint (push) Successful in 45s
CI / Mutation Tests (push) Successful in 1m18s
CI / Fuzz Tests (push) Successful in 1m48s
## Description Currently, the repository is not well suited for semantic versioning, and hasn't much to support it. This PR adds templates, CI jobs, and configs to simplify its adoption. ## Changes - Added `FEATURE` and `BUG` issue templates. Also, forbids free-form issues. - Adds a PR template. - Adds a CI job to ensure the commit title follows conventional commits. ### Design Decisions N/A. ## Checklist - [x] Tests pass - [x] Docs updated Reviewed-on: #15 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>
18 lines
186 B
Markdown
18 lines
186 B
Markdown
---
|
|
name: "New Pull Request"
|
|
about: "Standard PR template"
|
|
title: ""
|
|
ref: "main"
|
|
---
|
|
|
|
## Description
|
|
|
|
## Changes
|
|
|
|
### Design Decisions
|
|
|
|
## Checklist
|
|
|
|
- [ ] Tests pass
|
|
- [ ] Docs updated
|