mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Add PR guidelines to CONTRIBUTING.md
This commit is contained in:
parent
3fd9b572fe
commit
656b24b701
1 changed files with 8 additions and 1 deletions
|
|
@ -124,7 +124,14 @@ 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.
|
||||
|
||||
|
||||
|
||||
# Relevant files
|
||||
|
|
|
|||
Loading…
Reference in a new issue