Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 813 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 813 Bytes

Contributing to ovh-chatbot Gitter

This project accepts contributions. In order to contribute, you should pay attention to a few things:

  1. your code must follow the coding style rules
  2. your code must be fully documented
  3. GitHub Pull Requests

Coding and documentation Style:

Refer to our guidelines

  • Code must pass with npm run lint
  • Code must pass with npm test

Licensing for new files:

Ovh-chatbot is licensed under a BSD-3 Clause license. Anything contributed to Ovh-chatbot must be released under this license.

When introducing a new file into the project, please make sure it has a copyright header making clear under which license it's being released.