-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Jakub Hyziak edited this page Jun 6, 2024
·
1 revision
We welcome contributions from the community! Follow these steps to contribute to StudyTools:
-
Fork the repository: Click the "Fork" button at the top right of the repository page.
-
Clone your fork:
git clone https://github.com/your-username/StudyTools.git
-
Create a new branch:
git checkout -b feature/YourFeature
-
Make your changes.
-
Commit your changes:
git commit -am 'Add YourFeature'
-
Push to your branch:
git push origin feature/YourFeature
-
Open a Pull Request: Go to your fork on GitHub and click the "New Pull Request" button.
Please read our Code of Conduct to understand the expected behavior when contributing.
For more detailed information, visit the Contributing Guidelines page.