Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 716 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 716 Bytes

So you want to contribute to Ieddit

Welcome! We are glad to have you. Our community welcomes people of all levels of programming skills. To ensure your pull requests are excepted well please follow some of the following guidlines.

Formatting

For formatting please install EditorConfig from the VS Code extensions extensions store. We have included a .editorconfig file that will help ensure the formatting of your code matches the current guidelines.

For all else please refer to the Pep8 standards. They will instruct you on how to name classes, methods and, variables.

pylint is highly recommended to ensure adherence to standards.