From 304100fa5f9633c2df64525e13efb744df361e70 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 21 Oct 2022 14:24:20 +0200 Subject: [PATCH] chore: update pull request template --- .github/pull_request_template.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 065f842..93f74c0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,20 +5,23 @@ ✨ Example PR titles: feat(form): implement new FormControl isValid state fix(validator): correct the variable name typo causing errors - docs(library): update project CONTRIBUTING.md + refactor(common/types): improve TypeScript types + style(landing-page): update the logo in the landing page app + docs(project): update content project CONTRIBUTING.md --> -Fixes # +Fixes # -Description of changes: +Description of changes: - - Tag a reviewer: @ Tasks: -- [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md) -- [ ] I have ran the the linter to make sure code is clean (see CONTRIBUTING.md) +- [ ] I have ran the build command to make sure apps are working: `npm run build` +- [ ] I have ran the tests to make sure nothing is broken: `npm run test` +- [ ] I have ran the linter to make sure code is clean: `npm run lint` - [ ] I have reviewed my own code to remove changes that are not needed \ No newline at end of file