Skip to content

Commit

Permalink
Add a merge request template for releases
Browse files Browse the repository at this point in the history
This adds a checklist for merge requests so that new releases
can have a standard checklist to work from.
  • Loading branch information
doctormo authored and mclegrand committed Oct 30, 2024
1 parent f2cf11b commit 3f8b22d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitlab/merge_request_templates/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Releasing a new Inkscape Version

Please complete this checklist in order to make a new release.

Unless specified every item should be considered for every type of release. i.e. Alpha, beta, RC and final

## Coordination

* [ ] Plan a schedule for the release
* [ ] Tell the other teams about the schedule
* [ ] Testing team
* [ ] Translations team
* [ ] Vectors team
* [ ] Check release notes are up to date
* [ ] Translations merge requests all submitted

## Issues

* [ ] There are no blocker issues in the milestone for this release (RC and Final)
* [ ] The developer team is happy with the remaining issues

## Code

* [ ] Inkscape version is updated
* [ ] Update Man pages and Tutorials
* [ ] Syncronise extensions repository (look for same branch name)
* [ ] Check all the CI builders are passing correctly

## Graphics (RC and Final only)

* [ ] About screens
* [ ] Windows install graphics nsis
* [ ] Windows install graphics wix

0 comments on commit 3f8b22d

Please sign in to comment.