Skip to content

Commit c25a8ff

Browse files
committed
fix: update contribution guidelines
1 parent 272b872 commit c25a8ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ For example, if you are working on a feature related to adding a new component,
1818

1919
## Pull Requests
2020

21-
We welcome pull requests from everyone. To submit a pull request, please follow these steps:
21+
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:
2222

2323
1. Fork the repository and create a new branch based on the branch naming convention mentioned above.
2424
2. Make your changes in the new branch.
2525
3. Submit a pull request to the main repository's `main` branch.
2626
4. 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.
2727
5. For components updates, ensure that changes are reflected in all related files, such as:
2828
- `react-bits/src/demo/Backgrounds/<ComponentName>Demo.jsx`
29-
- `react-bits/src/constants/code/<componentName>Code.js`
3029
- Preview and Code pages in the documentation, so users can copy the final component code.
3130
6. 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.
3231
7. 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.

0 commit comments

Comments
 (0)