diff options
| author | ReFil <31960031+ReFil@users.noreply.github.com> | 2023-12-15 10:38:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 10:38:04 +0000 |
| commit | e6df7b4508c4e0dbb827732ed9d8a4cfbfb3f314 (patch) | |
| tree | 01c1bd800652841034cd0f9434700b9e50db34cc | |
| parent | 9becf801cf26ab6b27777fc909c0602f57bb1d84 (diff) | |
Add pull request template (#293)
* Add pull request template
* Update CHANGELOG.md
| -rw-r--r-- | .github/pull_request_template.md | 8 | ||||
| -rw-r--r-- | CHANGELOG.md | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d7db1bb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Advantage 360 Pro PR template + +### What's changed: + +### Why has this change been implemented: + +### What (if any) actions must a user take after this change: + diff --git a/CHANGELOG.md b/CHANGELOG.md index 7226b4a..4e7b0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Here's all notable changes and commits to both the configuration repo and the ba Many thanks to all those who have submitted issues and pull requests to make this firmware better! ## Config repo +12/15/2023 - Add PR template [#293](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/293) + 12/6/2023 - Update versioning script to use bash from $PATH [#287](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/287) 12/5/2023 - Update Bluetooth settings in light of user feedback [#289](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/289) |
