Skip to content

Commit

Permalink
Merge pull request #79 from sam14243/issue-67
Browse files Browse the repository at this point in the history
Added pull request template file
  • Loading branch information
DhanushNehru authored Oct 25, 2024
2 parents d3b7e67 + 2ae60e5 commit 3718d36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Description

Please include a concise summary of the change and any relevant details.
- **Main features or updates:**
- **Related issue:** #[insert issue number]

## PR Checklist

- [ ] My submission follows the guidelines in [CONTRIBUTING.md](https://github.com/DhanushNehru/board/blob/main/CONTRIBUTING.md).
- [ ] All new and existing tests pass.
- [ ] I have tested `npm run lint` locally.
- [ ] The description of changes is clear and concise.
- [ ] I have documented any necessary changes to the codebase.

0 comments on commit 3718d36

Please sign in to comment.