We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a6a4d commit 29bee78Copy full SHA for 29bee78
1 file changed
README.md
@@ -5,7 +5,7 @@ A CS+SG project for the Undergraduate Senate at UNC Chapel Hill.
5
## Contributors
6
7
| Name | Role |
8
-| ------------- | --------------- |
+| --------------- | --------------- |
9
| Caleb Han | Tech Lead |
10
| Mason Mines | Project Manager |
11
| Xander Pak | Developer |
@@ -83,6 +83,12 @@ cd ../backend
83
cp .env.example .env # duplicates the template and renames it to .env
84
```
85
86
+Run pre-commit checks locally
87
+
88
+```bash
89
+pre-commit run --all-files # make sure to run this command before making any commits to ensure code quality and consistency
90
+```
91
92
Or you can do the actions manually. Then,
93
94
- Ensure you have Docker and the Dev Containers extension installed
0 commit comments