Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator authored Apr 23, 2023
1 parent 0752fba commit a4fc694
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
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!

0 comments on commit a4fc694

Please sign in to comment.