Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 1.6 KB

Contributing to the Hello World apps

Thanks for showing interest in contributing!

The following is a set of guidelines for contributing to the Hello World app. These are just guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table of Contents

API Documentation

How Can I Contribute?

Styleguides

Your First Code Contribution

Unsure where to begin contributing to Hello World app? Check our forums, our stackoverflow tag, and the reported issues.

Pull Requests

  • Fill in the required template
  • Include screenshots and animated GIFs in your pull request whenever possible.
  • End files with a newline.

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference pull requests and external links liberally

Python Styleguide

All Python must adhere to PEP8 Python Code Styleguide.