Thank you for considering a contribution to Stateful UI. We appreciate all contributions, no matter how small or large. This document provides guidelines to ensure a smooth collaboration process.
Please be reminded that as a participant in this project, it is imperative that you adhere to our Code of Conduct. Kindly take the time to thoroughly review and comply with its guidelines. Thank you.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone git@github.com:dmitry-ivashenko/StatefulUI.git
- Set up the project dependencies.
- Create a new branch for your work:
git checkout -b your-feature-branch-name
- Make your changes in the new branch.
- Ensure your code follows the project's coding standards.
- Write tests that cover your changes (if applicable).
- Commit your changes:
git commit -m "Brief description of your changes"
- Push your changes to your fork on GitHub:
git push origin your-feature-branch-name
- Go to the Stateful UI repository on GitHub.
- Click "New Pull Request" and choose your branch.
- Provide a brief description of your changes.
- Wait for a project maintainer to review your request.
If your pull request gets rejected, don't get discouraged! We appreciate every contribution. Review the feedback, make the necessary changes, and try again.
If you find a bug, please create an issue in the project's issue tracker. Provide as much detail as possible to help us understand and reproduce the problem.
- If you're looking for a way to start, check out the "good first issue" label in the issue tracker.
- For larger changes, it's always a good idea to discuss your plans in an issue first.
Thank you for helping improve Stateful UI!