Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.26 KB

docker installation

Contributing 💁‍♀️

Finding issues to resolve

For those who would like to contribute to Olivia, first of all, look at open issues and issues that require help noted as good first issues

Reporting a bug

If you find a bug in Olivia, please open an issue and respect the Bug Report template. Specify if you will be fixing this or if someone else can do it.

Suggesting a feature

To suggest a feature, open an issue by respecting one of the Issues templates.

Opening a Pull Request

If you worked on something you wish add to Olivia, please open a Pull Request.

  • Name your PR with the thing you worked on, example: "modules: creating ...".
  • Explain correctly what you worked on and why.
  • If you fixes an issue with your PR please note fixes #ID on your PR.

Commit Messages

  • The commit messages must be written as sentences they must begin with an upper case.
  • If you fixes an issue with your commit please write fixes #ID at the end of your commit message.
  • If you update an issue please write updates #ID at the end of your commit message.