Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.22 KB

Contributing to Telegram Link Shortener Bot

We appreciate your interest in contributing to the Telegram Link Shortener Bot project! Here's how you can get involved:

Reporting Issues

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.

How to Contribute

  1. Fork this repository to your GitHub account.
  2. Create a new branch for your contribution: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -am 'Add new feature'
  4. Push your changes to your forked repository: git push origin feature/your-feature-name
  5. Create a pull request (PR) against the main branch of this repository.
  6. Our team will review your PR, provide feedback, and merge it if everything looks good.

Code Style

Please follow the existing code style and conventions in the project.

Code of Conduct

Please review and adhere to our Code of Conduct while participating in this project.

Thank you for your contributions! 🎉