-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a merge request template for releases
This adds a checklist for merge requests so that new releases can have a standard checklist to work from.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|