Thank you for choosing element-pro-components, If you are willing to contribute code or suggest an idea, please make sure to take a moment and read through the following guidelines.
Before working on a large change, it is best to open an issue first to discuss it with the maintainers.
When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don’t bundle more than one feature or bug fix per pull request. It’s always best to create two smaller PRs than one big one.
When adding new features or modifying existing, please attempt to include tests to confirm the new behavior.
Make sure you pass the code formatting and test (pnpm check && pnpm test).
Rebase before creating a PR to keep commit history clear.
Add some descriptions and refer relative issues for you PR.