-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0752fba
commit a4fc694
Showing
1 changed file
with
34 additions
and
0 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,34 @@ | ||
# 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/haskell-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` | ||
- `dependencies` | ||
- `documentation` | ||
- `duplicate` | ||
- `github actions` | ||
- `good first issue` | ||
- `haskell` | ||
- `help wanted` | ||
- `vulnerability` | ||
- `wont fix` | ||
|
||
## 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/haskell-sdk/actions/new) of your PR | ||
- Wait for a review and/or approval from one of the code owners | ||
- Merge and celebrate! | ||
|
||
The team will do their best to help you get your PRs across the finish line! |