Skip to content

Contributing

Jakub Hyziak edited this page Jun 6, 2024 · 1 revision

Contributing

We welcome contributions from the community! Follow these steps to contribute to StudyTools:

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.

  2. Clone your fork:

    git clone https://github.com/your-username/StudyTools.git
  3. Create a new branch:

    git checkout -b feature/YourFeature
  4. Make your changes.

  5. Commit your changes:

    git commit -am 'Add YourFeature'
  6. Push to your branch:

    git push origin feature/YourFeature
  7. Open a Pull Request: Go to your fork on GitHub and click the "New Pull Request" button.

Code of Conduct

Please read our Code of Conduct to understand the expected behavior when contributing.

For more detailed information, visit the Contributing Guidelines page.

Clone this wiki locally