Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 494 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 494 Bytes

Contribution guidelines

Contributions are welcome as long as they follow core rule of the project:

The API of pyppeteer should match the api of puppeteer[1] as closely as possible withouth sacrificing python too much.
i.e. keep public api keywords such as method names, arguments, class names etc. as they are in puppeteer version.

Other than that the contributions should remain as pythonic as possible and pass linting and code tests.

1 - https://github.com/puppeteer/puppeteer