Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.18 KB

File metadata and controls

31 lines (27 loc) · 1.18 KB

Contributing

We welcome contributions to improve this project! Here's how you can help:

  1. Fork the Repository: Click the "Fork" button to create your own copy of the repository.
  2. Clone Your Fork: Clone the forked repository to your local machine:
    git clone https://github.com/Zoomish/Interview-Assistant.git
    cd telegram-bot
  3. Create a Branch: Create a new branch for your feature or bug fix:
    git checkout -b feature-or-bugfix-name
  4. Make Changes: Implement your changes and test them thoroughly.
  5. Commit Changes: Commit your changes with a clear and concise commit message:
    git commit -m "Description of the changes"
  6. Push to Your Fork: Push your changes to your forked repository:
    git push origin feature-or-bugfix-name
  7. Create a Pull Request: Open a pull request to the main repository, describing your changes in detail.

Guidelines

  • Follow the coding style and conventions used in the project.
  • Ensure all tests pass before submitting your pull request.
  • Include detailed descriptions for new features or bug fixes.

Thank you for contributing to the project! 🎉