Skip to content

Commit 8db01af

Browse files
authored
Add a template for "Merge versioned content" issues (#1915)
1 parent bb1cadb commit 8db01af

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/versions.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Merge versioned content
3+
about: Merge versioned content into latest branch
4+
title: "[0pt] Merge version 2.x.y into latest"
5+
labels:
6+
assignees:
7+
---
8+
# Merge version 2.x.y into latest
9+
10+
# What needs to be done
11+
12+
**Reviewer:** @NickVolynkin
13+
14+
# Definition of done
15+
16+
- [ ] For each element in version's changelog add a "Read more" link to the docs.
17+
- [ ] In the target docs make a "Since version 2.x.y" statement
18+
with link back to release notes.
19+
- [ ] When there are alternatives for the same action,
20+
move forward the one which is implemented in a later version.
21+
22+
23+
# Planning checklist
24+
25+
- [ ] Add to Documentation board
26+
- [ ] Add milestone "Merge 2.x branches"
27+
- [ ] Evaluate in storypoints

0 commit comments

Comments
 (0)