There are two reasons to open an issue:
- Bug report
- Feature request
For bug reports please describe the bug with a clear and concise description, steps to reproduce the behavior (usage example or test), expected behavior, provide OS and Node.js version, you can upload screenshots and any additional context for better understanding.
Please don't open an issue to ask questions.
Issues on GitHub are intended to be related to problems and feature requests so we recommend not using this medium to ask them here grin. Thanks for understanding!
If you have a question, please check out our support groups and channels for developers community:
Telegram:
- Channel for Metarhia community: https://t.me/metarhia
- Group for Metarhia technology stack community: https://t.me/metaserverless
- Group for NodeUA community: https://t.me/nodeua
Before open pull request please follow checklist:
- tests and linter show no problems (
npm t
) - tests are added/updated for bug fixes and new features
- code is properly formatted (
npm run fmt
) - description of changes is added in CHANGELOG.md
- update .d.ts typings