From 5482cd0d677ca19dd56c87eb2e43a3ce732897ca Mon Sep 17 00:00:00 2001 From: Matthew Love Date: Fri, 27 Mar 2026 22:26:59 -0700 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 20 ++++++++++++++++++++ CHANGELOG.md | 10 +++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..04ec32b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +## Description + + + + +--- + +#### Checklist + +- [ ] PR title is descriptive +- [ ] PR body contains links to related and resolved issues (e.g. `closes #1`) +- [ ] If needed, `CHANGELOG.md` updated +- [ ] If needed, docs and/or `README.md` updated +- [ ] If needed, unit tests added +- [ ] All checks passing +- [ ] At least one approval diff --git a/CHANGELOG.md b/CHANGELOG.md index 640c8a1..4fd1fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [ Unreleased] +## [unreleased] + +### Added + +### Changed + +## [0.3.2] - 2026-05-27 ### Added - support for FES2014 @@ -16,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - cli now uses click +<...missed...> + ## [0.1.0] - 2026-02-10 ### Added