25 lines
1.1 KiB
Markdown
Executable file
25 lines
1.1 KiB
Markdown
Executable file
# Contribution Guide
|
|
|
|
This document describes some points about contribution process for promise-queue package.
|
|
|
|
The maintainer of the project is Mikhail Davydov (i@azproduction.ru).
|
|
|
|
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.
|