Skip to content

Commit

Permalink
Add issue template for release #144
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Oct 29, 2024
1 parent df4934d commit 070d930
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Release Issue
about: For a new release
title: Release - Minor Version - 0.1.0
labels: "enhancement"
assignees: 'Ludee'

---

## Description of the release

Describe the release in as much detail as possible.

## Details of the release

**Name:** Find an appropriate and memorable name for the release that will help it be remembered.
**Git tag:** v0.1.0 "OEMetadata Minor Release v0.1.0"
**Release Manager:** Choose a responsible person.
**Date:** Arrange a convenient date

## Workflow checklist
- [ ] I am aware of the workflow in [RELEASE_PROCEDURE.md](https://github.com/OpenEnergyPlatform/oemetadata/blob/production/RELEASE_PROCEDURE.md)
- [ ] 4. 🐙 Create a `Draft GitHub Release`
- [ ] 5. 💠 Create a `release` branch
- [ ] 6. 📝 Update the version files (CHANGELOG.md, CITATION.cff)
- [ ] 7. 🐙 Create a Release Pull Request
- [ ] 8. 💠 Set the `Git Tag`
- [ ] 9. 🐙 Publish `GitHub Release`
- [ ] 10. 💻 Update the documentation
- [ ] 11. 🐙 Set up new development

0 comments on commit 070d930

Please sign in to comment.