We welcome contributions to improve this project! Here's how you can help:
- Fork the Repository: Click the "Fork" button to create your own copy of the repository.
- Clone Your Fork: Clone the forked repository to your local machine:
git clone https://github.com/Zoomish/Interview-Assistant.git cd telegram-bot - Create a Branch: Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
- Make Changes: Implement your changes and test them thoroughly.
- Commit Changes: Commit your changes with a clear and concise commit message:
git commit -m "Description of the changes" - Push to Your Fork: Push your changes to your forked repository:
git push origin feature-or-bugfix-name
- Create a Pull Request: Open a pull request to the main repository, describing your changes in detail.
- 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! 🎉