@maestro-org/typescript-sdk
Version:
TypeScript SDK for the Maestro Dapp Platform
33 lines (25 loc) • 1.52 kB
Markdown
# Contributing to Maestro
Welcome! We're happy to have you join our community and contribute to the most powerful Dapp Developer Platform for Cardano!
To learn more about Maestro [here](https://docs.gomaestro.org/)!
## Opening Issues
Use an [existing template](https://github.com/maestro-org/typescript-sdk/issues/new/choose) to:
- Report a bug
- Update the docs
- Request a new feature
Accompany your issue with one or more of the following labels:
- `Bug`: something is broken in the library's codebase
- `Chore`: something needs to be updated, like a dependency
- `CI`: something with Github Actions needs attention
- `Docs`: something in the documentation needs to be updated
- `Feature`: something new would be a nice addition to the library
- `Typescript`: something TypeScript related
- `Vulnerability`: something is vulnerability and needs attention from security
- `Spike`: something new needs to be explored
## Opening Pull Requests
After opening a pull request, please take the following steps:
- Ensure your PR has one or more corresponding issues (see above)
- [Link your PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) to those issues
- Check the [build status](https://github.com/maestro-org/typescript-sdk/actions/new) of your PR
- Wait for a review and/or approval from one of the code owners
- Merge and celebrate with some nice tunes! 🎼🎼🎼
The team will do their best to help you get your PRs merged as soon as humanly possible!