Skip to content

Commit

Permalink
Add pull request template (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishikeshNK authored Jan 24, 2024
1 parent fef59d9 commit bfcc990
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Closes #(Task Number)

Only add the task number to the above statement if you have finished all of the subtasks.

## Description

## Things to be reviewed

## Screenshots (if applicable)

## Checklist

- [ ] Add task name to the PR title
- [ ] Add ticket number to ("Closes #")
- [ ] Move task to "In Review" on the Cooper Project Board
- [ ] Add atleast one person to review your PR
- [ ] Ask for review on Slack
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cooper is a tool for Northeastern students to both submit reviews of their co-op
- [Prisma](https://www.prisma.io/) - ORM
- [PostgreSQL](https://www.postgresql.org/) - Relational database
- [Docker](https://www.docker.com/) - Containerization
- [tRPC](https://trpc.io/) - Client-server safety
- [tRPC](https://trpc.io/) - End-to-end typesafe API
- [Zod](https://zod.dev/) - Validation

This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.
Expand Down

0 comments on commit bfcc990

Please sign in to comment.