-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api): enhance class documentation with detailed descriptions and…
… examples - Added comprehensive descriptions for Configuration, Consumer, ConsumerGroups, Message, Namespace, and Producer classes - Included detailed parameter and return type information for methods - Provided examples for key methods to illustrate usage - Improved table of contents and hierarchy information for classes
- Loading branch information
Showing
21 changed files
with
1,360 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contributions | ||
|
||
If you want to make any project better, your contributions are very welcome! | ||
|
||
## Pull requests | ||
|
||
It is best to open an issue in GitHub about what you want to implement / change or to suggest new features. | ||
|
||
Before submitting any pull request please make sure that your code does not stick out and consistent with the project | ||
coding style. You can check the status of your coding style by simply running `npm run lint`. | ||
|
||
Cover your code with new tests if needed. Only fully tested changes are accepted. | ||
|
||
Each time when you are ready to submit your changes don't forget to run `npm test` to check that your code is complying | ||
with eslint project rules and that all of the tests are successfully completed. | ||
|
||
## Bugs | ||
|
||
If you find any bugs, please do not hesitate to open an issue in GitHub including the case to reproduce the bug | ||
when possible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.