Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

Contributions

Thank you for your interest in contributing to the code samples for @wescpy's Python & Google developers blog.

What we are looking for

  • Fixes to existing blog post sample code
  • Ports of existing blog post sample code to other languages/platforms:
    • Java
    • Go
    • Rust
    • C#
    • Apps Script (also JavaScript but different from Node.js)

New contributions not related to existing blog posts are not accepted at this time.

Policies

Contributors are expected to adhere to both the PSF (Python Software Foundation) Code of Conduct and the Contributor Covenant Code of Conduct, the latter of which makes up the contents in the CODE_OF_CONDUCT.md file.

Steps

Ready to contribute a fix or sample?

  1. File an issue
  2. Create a solution which follows the coding style of existing samples
  3. Submit a pull request