Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.15 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 2.15 KB

Contributing to TWT - Twitter CLI

Thank you for considering contributing to TWT - Twitter CLI! This document outlines some guidelines to help you contribute to this project effectively.

Code of Conduct

Before contributing, please read and adhere to our Code of Conduct. We aim to foster an inclusive and welcoming community for all.

How Can I Contribute?

Reporting Bugs

If you encounter any bugs or issues with TWT, please search the issue tracker to see if the issue has already been reported. If not, please open a new issue and provide detailed information about the problem, including steps to reproduce it and any relevant error messages.

Requesting Features

We welcome feature requests! If you have an idea for a new feature or improvement, please search the issue tracker to see if it has already been requested. If not, feel free to open a new issue and describe the feature you would like to see.

Contributing Code

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes, following the Go coding style and ensuring that your code is well-documented.
  3. Write tests for your code to ensure its correctness and prevent regressions.
  4. Run go test to ensure that all tests pass.
  5. Commit your changes and create a pull request. Please provide a clear and descriptive title for your pull request, along with a detailed description of the changes you've made.

Improving Documentation

Improvements to documentation are always welcome! If you notice any errors or areas where the documentation could be clearer, please open an issue or pull request with your suggestions.

Code Review Process

All contributions will be reviewed by project maintainers. Feedback will be provided, and changes may be requested before your contribution is accepted. We appreciate your patience and understanding throughout the review process.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.