From 0cb03e404863e98ea4945a7ab7f4f36945a599d4 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Mon, 25 Mar 2019 13:26:03 -0700 Subject: [PATCH] Fixes #643 - Adds a changelog and pull reuqest template --- .github/PULL_REQUEST_TEMPLATE | 8 ++++++++ CHANGELOG.md | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE create mode 100644 CHANGELOG.md diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..39bb7369c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,8 @@ + + +### Pull Request checklist + +- [ ] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended) +- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not +- [ ] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/fenix/blob/master/CHANGELOG.md) or does not need one +- [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..946d73017 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# 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). + +## [Unreleased] +### Added +### Changed +### Removed \ No newline at end of file