From bf790dd115145ff86ac9c8cbeca36782e4303a58 Mon Sep 17 00:00:00 2001 From: Sam0243 Date: Tue, 22 Oct 2024 12:18:41 +0530 Subject: [PATCH] Modified pull request template to include CI pipeline for Linting --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 796b6eb..dc45e05 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,8 @@ Please include a concise summary of the change and any relevant details. ## PR Checklist -- [ ] My submission follows the guidelines in [Contribution.md](/Contribution.md). +- [ ] My submission follows the guidelines in [Contribution.md](https://github.com/DhanushNehru/breakout-game/blob/main/Contribution.md). +- [ ] I have tested `npm run lint` locally. - [ ] All new and existing tests pass. - [ ] The description of changes is clear and concise. - [ ] I have documented any necessary changes to the codebase. \ No newline at end of file