From 592dbb7b3f3fdde31093a4d26a9af77a7619aaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Wed, 10 Jan 2024 16:18:10 +0100 Subject: [PATCH] #0: added to-do for running lint:fix to PR release template --- .github/PULL_REQUEST_TEMPLATE/pr_template_release.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_template_release.md b/.github/PULL_REQUEST_TEMPLATE/pr_template_release.md index d7aa1d7fe..d1bedb4d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_template_release.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_template_release.md @@ -4,15 +4,16 @@ - [ ] Wiki updated with info in ticket listed under **Documentation** - [ ] ran `npm audit fix` +- [ ] ran `lint:fix` - [ ] ran task version:major/minor/patch - [ ] updated [bug template](/.github/ISSUE_TEMPLATE/bug.yml) to include the new version -- [ ] updated [.mcdevrc](/test/mockRoot/.mcdevrc.json) to the new version +- [ ] updated [.mcdevrc](/test/mockRoot/.mcdevrc.json) for tests to the new version - [ ] (after merge) moved version tag to merge commit -- [ ] created [new GitHub Release](https://github.com/Accenture/sfmc-devtools/releases/new) +- [ ] created [new GitHub Release](https://github.com/Accenture/sfmc-devtools/releases/new) ## Documentation -- closes #123456 +... insert updated documentation here ... ## Issues