Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.1 KB

File metadata and controls

26 lines (23 loc) · 1.1 KB

Contributing to the Project

Thank you for considering contributing to our project! We welcome contributions from everyone. Here are some guidelines to help you get started.

How to Contribute

  1. Check issue tracker: Make sure to check the issue tracker page and find the relevant issue that you want to contribute at. If not, please make an issue first and start discussing the problem or idea there, until the issue is relevant to be solved.
  2. Fork the repository: Click the "Fork" button at the top right of the repository page.
  3. Clone your fork:
    git clone https://github.com/your-username/conference.git
  4. Create a branch:
    git checkout -b feature/your-feature-name
  5. Make your changes: Implement your feature or fix the bug.
  6. Commit your changes:
    git commit -m "Description of your changes"
  7. Push to your fork:
    git push origin feature/your-feature-name
  8. Create a Pull Request: Go to the original repository and click the "New Pull Request" button.