From 85c03a97e08d0f349a66f9c6476da4fa858459ed Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Thu, 19 Sep 2024 23:01:30 -0500 Subject: [PATCH] feat: adds pull request template --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ crankshaft-config/CHANGELOG.md | 12 ++++++++++++ crankshaft-docker/CHANGELOG.md | 12 ++++++++++++ crankshaft-engine/CHANGELOG.md | 12 ++++++++++++ crankshaft/CHANGELOG.md | 12 ++++++++++++ 5 files changed, 74 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 crankshaft-config/CHANGELOG.md create mode 100644 crankshaft-docker/CHANGELOG.md create mode 100644 crankshaft-engine/CHANGELOG.md create mode 100644 crankshaft/CHANGELOG.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a323856 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ + + + + +[conventional commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary +["keep a changelog"]: https://keepachangelog.com/en/1.0.0/ diff --git a/crankshaft-config/CHANGELOG.md b/crankshaft-config/CHANGELOG.md new file mode 100644 index 0000000..5ff4dfe --- /dev/null +++ b/crankshaft-config/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Added + +* Adds the initial version of the crate. diff --git a/crankshaft-docker/CHANGELOG.md b/crankshaft-docker/CHANGELOG.md new file mode 100644 index 0000000..5ff4dfe --- /dev/null +++ b/crankshaft-docker/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Added + +* Adds the initial version of the crate. diff --git a/crankshaft-engine/CHANGELOG.md b/crankshaft-engine/CHANGELOG.md new file mode 100644 index 0000000..5ff4dfe --- /dev/null +++ b/crankshaft-engine/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Added + +* Adds the initial version of the crate. diff --git a/crankshaft/CHANGELOG.md b/crankshaft/CHANGELOG.md new file mode 100644 index 0000000..5ff4dfe --- /dev/null +++ b/crankshaft/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + +### Added + +* Adds the initial version of the crate.