Skip to content

Commit f2bc31c

Browse files
authored
Update contribution guidelines in README
Clarified contribution guidelines and removed Git hooks section.
1 parent 275752a commit f2bc31c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ To get the development environment running locally:
8686
## Contributing
8787

8888
Contributions are **greatly appreciated**. First time contributers are encouraged to contribute to issues labeled "easy".
89-
90-
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
89+
Note: Please do not just "vibe code" a PR to and issue. Use AI, but make sure to write intentionally designed code. We only accept heavily optimized code. This may mean multiple iterations of review before your PR gets merged.
9190

9291
1. Fork the Project
9392
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
@@ -104,10 +103,6 @@ Examples:
104103
- `fix: resolve login redirect issue`
105104
- `docs: update README installation steps`
106105

107-
### Git Hooks with Husky
108-
109-
This project uses [Husky](https://typicode.github.io/husky/) to manage Git hooks. Husky automatically runs scripts before commits and pushes to ensure code quality and enforce commit conventions.
110-
111106
## The Team
112107

113108
This project is led and maintained by a dedicated group of UT Austin students.

0 commit comments

Comments
 (0)