Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.17 KB

File metadata and controls

29 lines (18 loc) · 1.17 KB

Contributing to threads-dlp

First off, thank you for considering contributing to this project! Any contribution you make is greatly appreciated.

How Can I Contribute?

Reporting Bugs

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Suggesting Enhancements

  • Open a new issue to discuss your enhancement. Please provide a clear description of the enhancement and its potential benefits.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Styleguides

  • We use standard Python coding conventions.
  • Please write clear and concise commit messages.

Thanks again for your contribution!