Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.14 KB

Contribution Guide

This document describes some points about contribution process for docopt-js package.

The maintainer of the project is Dulin Marat (@mdevils).

The project is being developed within community. Maintainer merges pull-requests, fixes critical bugs.

Pull-requests

If you fixed or added something useful to the project, you can send pull-request. It will be reviewed by maintainer and accepted, or commented for rework, or declined.

Bugs

If you found an error, mistype or any other flawback in the project, please report about it using github-issues. The more details you provide, the easier it can be reproduced and the faster can be fixed. Unfortunately, sometimes the bug can be only reproduced in your project or in your environment, so maintainers cannot reproduce it. In this case we believe you can fix the bug and send us the fix.

Features

It you've got an idea about a new feature, it's most likely that you have do implement it on your own. If you cannot implement the feature, but it is very important, you can add a task in github-issues, but expect it be declined by the maintainer.