mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
15 lines
869 B
Markdown
15 lines
869 B
Markdown
First of all, thank you for your contribution! 😄
|
|
|
|
Please make sure you have read [contribution guidelines](https://github.com/caprover/caprover/blob/master/CONTRIBUTING.md#before-contributing).
|
|
|
|
|
|
|
|
### Most important items
|
|
|
|
- Make sure to communicate your proposed changes on our Slack channel beforehand.
|
|
- Large PRs (50+ lines of code) will get rejected due to increased difficulty for review - unless they have been communicated beforehand with project maintainers.
|
|
- **Refactoring work will get rejected** unless it's been communicated with project's maintainers **beforehand**. There is a thousand ways to write the same code. Every time a code is changed, there is a potential for a new bug. We don't want to refactor the code just for the sake of refactoring.
|
|
|
|
|
|
These rules are strictly enforced to make sure that we can maintain the project moving forward.
|