Skip to content

Commit

Permalink
Expand CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
Added two sections on:

- roles & responsibilities
- releases
  • Loading branch information
coot committed Jan 20, 2023
1 parent c4e1847 commit 5872c50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# Contributing

## Prerequisites
Expand Down Expand Up @@ -128,3 +129,23 @@ You may also check what is the last `index-state` available within the current h
```console
$ nix eval .#last-index-state
```

## Roles and Responsibilities

The `cardano-prelude` package is collectively mainntained by the `cardano-core`
team. If you open a PR expect a review from one of the core contributors.

## CI

`cardano-prelude` is build with GitHub Actions (using `cabal`) and cicero
(using `nix`).


## Releases

`cardano-prelude` is released to [Cardano Haskell Packages (CHaP)][CHaP].

If you want to include it as a dependency of your project see [CHaP]
documentation.

[CHaP]: https://github.com/input-output-hk/cardano-haskell-packages

0 comments on commit 5872c50

Please sign in to comment.