branch: externals/topspace commit 45b44cf17cf454e96965812aee86e708e14ef7e5 Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: Trevor Pogue <pogu...@mcmaster.ca>
Add automatic changelog generation action --- .github/PULL_REQUEST_TEMPLATE.md | 1 - CONTRIBUTING.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8c8b9a46df..340519309c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,6 @@ The more detailed you are, the better.** - [ ] My changes follow the [Emacs Lisp conventions](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html) and the [Emacs Lisp Style Guide](https://github.com/bbatsov/emacs-lisp-style-guide) - [ ] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback - [ ] The new code is not generating bytecode warnings or `M-x checkdoc` warnings -- [ ] I've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality) - [ ] I've updated the readme (if adding/changing user-visible functionality) - [ ] I have confirmed some of these without doing them diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0d1836a7c..610b66dd8d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,6 @@ request. Please, try to follow these guidelines when you do so. * Use a topic branch to easily amend a pull request later, if necessary. * Write [good commit messages][3]. * Mention related tickets in the commit messages (e.g. `[Fix #N] Add missing autoload cookies`) -* Update the [changelog][5]. * Use the same coding conventions as the rest of the project. * Verify your Emacs Lisp code with `checkdoc` (<kbd>C-c ? d</kbd>). * Open a [pull request][4] that relates to *only* one subject with a clear title @@ -33,4 +32,3 @@ request. Please, try to follow these guidelines when you do so. [2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request [3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [4]: https://help.github.com/articles/using-pull-requests -[5]: https://github.com/trevorpogue/topspace/blob/main/CHANGELOG.md