Thank you for considering contributing to React Frontend Toolkit. Here are some guidelines to help you get started.
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine.
git clone git@github.com:drbarzaga/React-Frontend-Toolkit.git
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
-
Make Changes: Make your changes in the codebase.
-
Commit Changes: Commit your changes with a clear and concise commit message.
git add . git commit -m "Add feature: your feature name"
-
Push Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes.
If you find any bugs or have feature requests, please open an issue on the GitHub Issues page.
Thank you for your contributions!