Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner authored Jun 28, 2024
1 parent 5628b40 commit 01666a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/release-new-version-of-devcontainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Release new version of devcontainer
about: Steps to take before release
title: Release version [number]
labels: ''
assignees: ''

---

Checklist for release:

- [ ] Update NEWS file
- [ ] Update CITATION.cff
- [ ] Update VERSION
- [ ] In devcontainer.json, update `"image": "ghcr.io/r-devel/r-dev-env:devel"` to `"image": "ghcr.io/r-devel/r-dev-env:main"`,,
- [ ] Make PR to main branch - needs approving review!
- [ ] Make sure docker container is rebuilt
- [ ] Test container and fix any issues
- [ ] Make GitHub release
- [ ] Rebuild docs

0 comments on commit 01666a7

Please sign in to comment.