From 35a50135516b1034d90842c25aa025283712170b Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 16 Jun 2021 20:47:32 -0500 Subject: [PATCH] Update --- NOTES.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NOTES.org b/NOTES.org index a64d46e..22b5788 100644 --- a/NOTES.org +++ b/NOTES.org @@ -2828,6 +2828,26 @@ Also, maybe instead of having a single =date= selector, I should have =scheduled To complete before and after pushing any commit. +*** Additions + +When committing an additional feature: + ++ [ ] Make WIP branch ++ [ ] Check repo for closing issues ++ [ ] Lint ++ [ ] Test + - [ ] Locally + - [ ] On different Emacs versions with GitHub CI ++ [ ] Update docs ++ [ ] Update changelog + - [ ] Mention closing issues (optionally) ++ [ ] Commit + - [ ] Mention closing issues in commit message ++ [ ] Merge to master ++ [ ] Push master ++ [ ] Close related tasks in this file ++ [ ] Delete WIP branch + *** Fixes When committing a fix: @@ -2835,6 +2855,8 @@ When committing a fix: + [ ] Check repo for closing issues + [ ] Lint + [ ] Test + - [ ] Locally + - [ ] On different Emacs versions with GitHub CI + [ ] Update changelog - [ ] Mention closing issues + [ ] Commit