From ed021a957fc917ddb228098ec5ffe14fefe7cf5f Mon Sep 17 00:00:00 2001 From: JAremko Date: Sat, 8 Aug 2020 05:14:43 +0300 Subject: [PATCH] Remove changelog CI check --- .circleci/config.yml | 6 +++--- .github/PULL_REQUEST_TEMPLATE | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d91ac4c4f..26e93e9d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -205,6 +205,6 @@ workflows: - "Validate Documentation (required)": requires: - "Validate PR" - - "CHANGELOG.develop updated (optional)": - requires: - - "Validate PR" + # - "CHANGELOG.develop updated (optional)": + # requires: + # - "Validate PR" diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index dbc31a9af..03e909346 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -2,6 +2,8 @@ Thank you :heart: for contributing to Spacemacs! Before you submit this pull request, please ensure it is against the `develop` branch and that you have read the [CONTRIBUTING.org](https://github.com/syl20bnr/spacemacs/blob/develop/CONTRIBUTING.org) file. It contains instructions on how to properly follow our conventions on commit messages, documentation, change log entries and other elements. +Don't forget to update CHANGELOG.develop if you want to be mentioned in the release file! + This message should be replaced with a description of your change. Cheers!