From cee2d85308536b965f4b8c813721248cf51f9ace Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 9 Sep 2024 13:04:04 -0700 Subject: [PATCH 1/2] Added a stub to the changelog for current development branch changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282adbfbc1..c2265cf3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [dev] - XXX. XX, XXXX + +### Added + +### Change + +### Fixed + ## [0.18.0] - Sept. XX, 2024 This release reaches an important milestone by making offloading fully asynchronous. From 0314a6132c98daeac3f815106acfa8a44139a4cc Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 9 Sep 2024 13:08:19 -0700 Subject: [PATCH 2/2] Adds new chores to the pull request template for documentation and updating the changelog --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 18a1700e6b..846da21efc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,4 +3,6 @@ - [ ] Have you tested your changes locally for CPU and GPU devices? - [ ] Have you made sure that new changes do not introduce compiler warnings? - [ ] Have you checked performance impact of proposed changes? +- [ ] Have you added documentation for your changes, if necessary? +- [ ] Have you added your changes to the changelog? - [ ] If this PR is a work in progress, are you opening the PR as a draft?