Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1 KB

Contributing

Contributions are welcome. Make sure you follow github community guidelines before opening a issue or pull request.

Reporting a bug

Spotted a bug in the app ? You can report it to issue tracker.

Make sure you provide detailed informations like:

  • App version info (you can get it from command mangadex-dl --version)
  • Snippet command (must be reproducible)
  • Installation origin (PyPI, github releases, git clone thing)

Code contributing

Want to add new features ? fix a bug ? made changes to help the app better and faster ? Fork the repository and send the Pull Request.

NOTE: Before sending a pull request, you have to make sure the code that you're writing are compatible with Python 3.8. Because minimum Python version for developing this app are 3.8