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
Tests pass
Docs updated
## 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
FEATUREandBUGissue templates. Also, forbids free-form issues.Design Decisions
N/A.
Checklist