# Contributing to React Folders Structure
First off, thank you for considering contributing to React Folders Structure! It's people like you that make the open-source community such a fantastic place to be.
Here are some guidelines that we need contributors to follow:
## Code of Conduct
This project and everyone participating in it is governed by the [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]].
## Getting Started
Before you begin:
- Make sure you have read the [README.md](README.md) file and the [documentation](https://github.com/Kevinparra535/design-sytem-and-gitflow-javascript/wiki).
- Check if the issue you want to address is already reported.
- If not, create a new issue and describe the problem or feature request.
## Making Changes
- Fork the repository.
- Create a new branch (`git checkout -b feature/your-feature`).
- Make your changes.
- Commit your changes (`git commit -am 'Add some feature'`).
- Push to the branch (`git push origin feature/your-feature`).
- Create a new Pull Request.
## Pull Request Guidelines
Before submitting a pull request, please ensure the following:
- The code follows the existing style and guidelines.
- The changes are covered by tests (if applicable).
- The commit messages are clear and meaningful.
- The PR description clearly describes the changes made.
Thank you for contributing!