Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-10-01 21:40:39 -07:00 committed by GitHub
parent d64e9c93f5
commit 162bf704cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,8 +124,12 @@ Please don't make big refactors without speaking with us first. We'd like to kee
# Submitting a Pull Request
When you've made changes and want to submit them, please submit a pull request.
When you've made changes and want to submit them, please submit a pull request. Here are a few guidelines:
- A PR should be about one *single* feature change. Break large changes into multiple PRs.
- Your title should clearly describe the change you made.
- Your description should cover the exact files and changes you made. Please don't use vague statements like "refactored code" or "improved types" (instead, describe what code you refactored, or what types you changed).
- Add tags to help us stay organized!
- Please don't open a new issue for your PR unless the issue will require multiple PRs to finish.
# Relevant files