Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 879 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (3 loc) · 879 Bytes

Contributing

There is a plan for further GitHub-Scraper development, but it's still an open source project. If you have something: you found a bug, want to propose a new feature, or have an interesting observation, feel free to open an issue - we'll discuss it and decide what to do next.

If you're interested in contributing, please, propose your code with a pull request. You can tackle the existing issue (especially those with "help wanted" label), or create new one with your own suggestion. Proposed code should meet Python standards (PEP8, Flake8). Also use Black formatter on your files before commiting. Source code docs should be written in Google style. And don't forget to push "Like" on issues, which you want to be implemented faster.