Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.42 KB

CONTRIBUTING.rst

File metadata and controls

35 lines (21 loc) · 1.42 KB

Contributing Guide

Hello! Thank you for contributing towards the Fetchable client-side SDKS. These libraries are designed to help developers make it easier to interact with the Fetchable services. These libraries are fully open source and contributions towards them are welcome and encouraged. However, we have a few guidelines for contributing.

Table of Contents

General Guidelines

We make updates to this repository by pull requests. Good pull requests are:

  • clearly written and clearly commented.
  • works across all supported versions of the relevant code.
  • will state and document clearly if it changes the public API.
  • are appropriately licensed (Apache 2.0).

Other guidelines:

  • Please NEVER include any credentials, passwords, API keys in anything you make public through this (or any other) repository.
  • Please be respectful and considerate of others.

Reporting A Bug/Feature

The Github issue tracker is the preffered channel for reporting bugs and requesting new features for each library. Please search the existing issues to ensure we do not have duplicates. If you find an issue that covers your suggestion then please add a +1 to the existing post. Otherwise, add the issue using either of the templates we have uploaded.