You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think some docs would be very nice for anyone who wishes to contribute. In no particular order:
At the most basic, how to build & run. What's the Dockerfile? Is that useful? Required?
What do you want for code style? Is there some bad code style in the codebase that you want to avoid in new PRs, or is copying the existing style generally a good idea?
An outline for how to implement a new site support, or a new extractor for an already implemented site.
An overview of the available utilities/lib that are often useful.
How do I run tests? (partial answer: make test, but that doesn't run the network tests, and I don't know how to run a particular test)
If you're willing, how to get in contact with you (outside of github issues)
The text was updated successfully, but these errors were encountered:
I think some docs would be very nice for anyone who wishes to contribute. In no particular order:
make test
, but that doesn't run the network tests, and I don't know how to run a particular test)The text was updated successfully, but these errors were encountered: