flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
25
VISUALIZACION/node_modules/promise-queue/CONTRIBUTION.md
generated
vendored
Executable file
25
VISUALIZACION/node_modules/promise-queue/CONTRIBUTION.md
generated
vendored
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue