diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d4fe535..d7a77c65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,12 +124,19 @@ 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. Here are a few guidelines: -- A PR should be about one *single* feature change. Break large changes into multiple PRs. +Please submit a pull request once you've made a change. Here are a few guidelines: + +- A PR should be about one *single* feature change. + - 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. + +- Please don't open a new issue for your PR unless the issue will require multiple PRs to finish. + +- Avoid refactoring! If you'd like to refactor, submit a separate pull request. # Relevant files