root / HServer / 00.Server / 00.Program / node_modules / promise-queue / CONTRIBUTION.md
이력 | 보기 | 이력해설 | 다운로드 (1.12 KB)
1 |
# Contribution Guide |
---|---|
2 |
|
3 |
This document describes some points about contribution process for promise-queue package. |
4 |
|
5 |
The maintainer of the project is Mikhail Davydov (i@azproduction.ru). |
6 |
|
7 |
The project is being developed within community. Maintainer merges pull-requests, fixes critical bugs. |
8 |
|
9 |
## Pull-requests |
10 |
|
11 |
If you fixed or added something useful to the project, you can send pull-request. |
12 |
It will be reviewed by maintainer and accepted, or commented for rework, or declined. |
13 |
|
14 |
## Bugs |
15 |
|
16 |
If you found an error, mistype or any other flawback in the project, please report about it using github-issues. |
17 |
The more details you provide, the easier it can be reproduced and the faster can be fixed. |
18 |
Unfortunately, sometimes the bug can be only reproduced in your project or in your environment, |
19 |
so maintainers cannot reproduce it. In this case we believe you can fix the bug and send us the fix. |
20 |
|
21 |
## Features |
22 |
|
23 |
It you've got an idea about a new feature, it's most likely that you have do implement it on your own. |
24 |
If you cannot implement the feature, but it is very important, you can add a task in github-issues, |
25 |
but expect it be declined by the maintainer. |