Thank you for considering contributing to React Bits! I appreciate your interest in making this project better.
To ensure a smooth collaboration, please read the following guidelines before getting started.
We use the GitHub issue tracker to keep track of bugs, feature requests, and other project-related discussions. Before starting to work on a new feature or bug fix, please check the issue tracker to see if there's an existing issue or discussion related to it. If not, feel free to create a new issue.
When creating branches for your contributions, please follow the following naming convention:
feat/<feature-name>
For example, if you are working on a feature related to adding a new component, your branch name could be feat/add-new-component
. This naming convention helps us to easily track and associate contributions with their respective features.
We welcome pull requests from everyone as long as they respeect the quality standards of this project. To submit a pull request, please follow these steps:
- Fork the repository and create a new branch based on the branch naming convention mentioned above.
- Make your changes in the new branch.
- Submit a pull request to the main repository's
main
branch. - Provide a clear and descriptive title for your pull request, along with a detailed description of the changes you have made, and screenshots/videos where possible.
- For components updates, ensure that changes are reflected in all related files, such as:
react-bits/src/demo/Backgrounds/<ComponentName>Demo.jsx
- Preview and Code pages in the documentation, so users can copy the final component code.
- Before you open a pull request, please make sure that your changes are tested locally, and everything looks good on desktop and mobile, also check the console for errors, and so on, so that we can keep this library at the highest quality possible.
- Any pull requests that fail to meet these requirements will be denied, so please make sure you respect them so that your work can go through.
I appreciate your interest in contributing! By following these guidelines, you can help us maintain a healthy and productive open-source community. I value your contributions and look forward to your pull requests!
If you have any questions or need further assistance, please don't hesitate to reach out to us through the issue tracker or other communication channels mentioned in the project's documentation.
Happy contributing!