Skip to content

Commit

Permalink
Define Roles and Responsibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed May 8, 2024
1 parent 1269644 commit 9650178
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# These owners will be the default owners for everything in the repository.
# Code owners are automatically assigned to review PRs
#
# Unless a later match takes precedence, these owners will be requested for
# review when someone opens a pull request.
#
* @paweljakubas @Anviking @HeinrichApfelmus @jonathanknowles @paolino @Unisay
# Later rules override earlier rules.

# CICD
.github/ @hamishmack
nix/ @hamishmack

# Haskell components
command-line/ @paweljakubas
core/ @paweljakubas

# JavaScript interface
jsapi/ @hamishmack
jsbits/ @hamishmack
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Contributing to cardano-addresses

If you find a bug or you'd like to propose a feature, please feel free to raise
an issue on our [issue tracker](https://github.com/IntersectMBO/cardano-addresses/issues).

Pull requests are welcome!

When creating a pull request, please make sure that your code adheres to our
[coding standards](https://github.com/input-output-hk/adrestia/blob/master/docs/code/Coding-Standards.md).

## Roles and Responsibilities

The `cardano-addresses` repository is co-maintained by @intersectmbo and @cardano-foundation.

The following people hold key responsibilities:

* @disassembler is responsible for releases
* @hamishmack is responsible for compilation to JavaScript and CI
* @paweljakubas is responsible for the Haskell components

Regular contributors for the Haskell components are

* @Anviking @HeinrichApfelmus @jonathanknowles @paweljakubas @paolino

all of whom can merge PRs and be asked to review them.

In addition, the CODEOWNERS file identifies specific reviewers who are required for PRs that affect specific components.

0 comments on commit 9650178

Please sign in to comment.