Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.39 KB

Contribution.md

File metadata and controls

38 lines (24 loc) · 1.39 KB

Contributing to slackgpt

We welcome contributions to slackgpt! Whether it's fixing a bug, creating a new feature, or improving the documentation, every contribution helps make slackgpt better.

Types of Contributions

  • Bug fixes
  • New features
  • Documentation improvements
  • Code optimizations
  • Tests
  • Design suggestions

How to Contribute

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your changes.
  3. Make the changes and ensure that at least 70% test coverage is achieved for the new code.
  4. Commit your changes and push them to your forked repository.
  5. Submit a pull request to the main repository with a detailed explanation of your changes and why they are needed.
  6. Wait for the maintainers to review and merge your pull request.

Contributor

After your Pull Request Successfully merged, add your name to the Contributors.md file to get recognition for your contribution. I appreciate your help in this project !!!

License

slackgpt is licensed under Apache 2.0 License. By contributing to slackgpt, you agree to license your contribution under the same license.

Acknowledgments

Thank you for considering a contribution to slackgpt. We appreciate your time and effort!