Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github authored Feb 24, 2019
1 parent b9acf1e commit c2f1b73
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/release-preparation-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Release preparation issue template
about: 'To prepare a release, use this template. '
title: Release vX.Y.Z preparation
labels: ''
assignees: suikan4github

---

- [ ] Check all issues are listed in CHANGELOG.md
- [ ] Check doc/refman.pdf is updated
- [ ] Check doc/refman.pdf is "vX.Y.Z" in the front page.
- [ ] Check CHANGELOG.md has vX.Y.Z entry
- [ ] Check all entry in Unreleased is moved to vX.Y.Z

```
git tag
git add tag vX.Y.Z
git push origin vX.Y.Z
```

0 comments on commit c2f1b73

Please sign in to comment.