Skip to content

Commit

Permalink
Release issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer authored and Unisay committed May 23, 2024
2 parents 0be4da7 + bfbc5a4 commit b4aec5e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ assignees: ''
*External* otherwise.

**Area**
*Token Locking* Related to Token Locking (Allegra).
*Native Tokens* Related to Native Tokens (Mary).
*Plutus* Related to Plutus Scripts (Alonzo).
*Governance* Related to CIP1694 implementation
*Token Locking* Related to Token Locking.
*Native Tokens* Related to Native Tokens.
*Plutus* Related to Plutus Scripts.
*Other* Any other topic (Delegation, Ranking, ...).

**Summary**
Expand Down
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/node_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Cardano Node Release
about: Cardano Node release coordinator can use this template to initiate and track release process.
title: 'Release vX.Y.Z'
labels: release
assignees: ''
---

## Dependency Tree

```mermaid
flowchart BT
A[Plutus]
B[Ledger]
C[Ouroboros Network]
D[Ouroboros Consensus]
E[Cardano API]
F[Cardano CLI]
G[Cardano Node]
B --> A
D --> B
D --> C
E --> D
F --> E
G --> F
```
- An arrow means "depends on"

# Release Process for Cardano Node vX.Y.Z

| Component | Integration Owner | Release Issue |
|----------------------------------------------------------------|---------------------|-------------------|
| [Plutus](https://github.com/IntersectMBO/plutus) | @\<github-username\>| [Link](#) |
| [Ledger](https://github.com/IntersectMBO/cardano-ledger) | @\<github-username\>| [Link](#) |
| [Ouroboros Network](https://github.com/IntersectMBO/ouroboros-network) | @\<github-username\>| [Link](#) |
| [Ouroboros Consensus](https://github.com/IntersectMBO/ouroboros-consensus) | @\<github-username\>| [Link](#) |
| [Cardano API](https://github.com/IntersectMBO/cardano-api) | @\<github-username\>| [Link](#) |
| [Cardano CLI](https://github.com/IntersectMBO/cardano-cli) | @\<github-username\>| [Link](#) |
| [Cardano Node](https://github.com/IntersectMBO/cardano-node) | @\<github-username\>| [Link](#) |

## Status

- [ ] Plutus Ledger API is integrated into the Ledger.
- [ ] Ledger is integrated into the Ouroboros Consensus.
- [ ] Ouroboros Network is integrated into the Ouroboros Consensus.
- [ ] Outroboros Consensus is integrated into the Cardano API.
- [ ] Cardano API is integrated into the Cardano CLI.
- [ ] Cardano CLI is integrated into the Cardano Node.

0 comments on commit b4aec5e

Please sign in to comment.