diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e109caa..c1fa538 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1,9 @@ #### Fixes(if relevant): #1 + +#### Checks + ++ [ ] Build Success(`npm run build`) ++ [ ] Lint Success(`npm run lint` to check, `npm run fix` to fix) ++ [ ] File Integrity(`git add -A` or add rules at `.gitignore` file) ++ [ ] Add Test(if relevant, `npm run test` to check) ++ [ ] Add Demo(if relevant)