We appreciate your interest in contributing to the Telegram Link Shortener Bot project! Here's how you can get involved:
If you find a bug or have a suggestion for improvement, please check the existing issues to see if it has been reported before. If not, feel free to create a new issue.
- Fork this repository to your GitHub account.
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Create a pull request (PR) against the
main
branch of this repository. - Our team will review your PR, provide feedback, and merge it if everything looks good.
Please follow the existing code style and conventions in the project.
Please review and adhere to our Code of Conduct while participating in this project.
Thank you for your contributions! 🎉