diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..131e453 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +# What does this change do? + +# How was this change implemented? + +# Does this change contain any features or bugfixes worth adding to the CHANGELOG? (docs/CHANGELOG.md) + +# How cleanly will this change deploy? Will any additional steps be necessary to deploy this? + +# How is this change tested? + +# Here's an awesome image for your troubles +![image](LINK_HERE) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df3cff3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 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.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ No newline at end of file