Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

39 lines (18 loc) · 1.57 KB

Contributing to pyronear-api

Everything you need to know to contribute efficiently to the project.

Codebase structure

Continuous Integration

This project uses the following integrations to ensure proper codebase maintenance:

  • Github Worklow - run jobs for package build and coverage
  • Codacy - analyzes commits for code quality
  • Codecov - reports back coverage results

As a contributor, you will only have to ensure coverage of your code by adding appropriate unit testing of your code.

Issues

Use Github issues for feature requests, or bug reporting. When doing so, use issue templates whenever possible and provide enough information for other contributors to jump in.

Developing pyronear-api

Commits

  • Code: ensure to provide docstrings to your Python code. In doing so, please follow Google-style so it can ease the process of documentation later.
  • Commit message: please follow Udacity guide