You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-roadmap.md
+37-33Lines changed: 37 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,44 +6,39 @@ labels: roadmap
6
6
assignees: zimmski
7
7
---
8
8
9
-
Tasks/Goals:
9
+
# Highlights :star2:
10
+
11
+
- TODO Define highlights of this release.
12
+
13
+
# Changes :bulb:
10
14
11
15
-[ ] Development & Management 🛠️
12
-
-[ ] TODO what and why as goal
16
+
-[ ] TODO Change with what and why as goal.
13
17
-[ ] Documentation 📚
14
-
-[ ] TODO what and why as goal
18
+
-[ ] TODO Change with what and why as goal.
15
19
-[ ] Evaluation ⏱️
16
-
-[ ] TODO what and why as goal
20
+
-[ ] TODO Change with what and why as goal.
17
21
-[ ] Models 🤖
18
-
-[ ] TODO what and why as goal
22
+
-[ ] TODO Change with what and why as goal.
19
23
-[ ] Reports & Metrics 🗒️
20
-
-[ ] TODO what and why as goal
24
+
-[ ] TODO Change with what and why as goal.
21
25
-[ ] Operating Systems 🖥️
22
-
-[ ] TODO what and why as goal
26
+
-[ ] TODO Change with what and why as goal.
23
27
-[ ] Tools 🧰
24
-
-[ ] TODO what and why as goal
28
+
-[ ] TODO Change with what and why as goal.
25
29
-[ ] Tasks 🔢
26
-
-[ ] TODO what and why as goal
30
+
-[ ] TODO Change with what and why as goal.
27
31
-[ ] Closed PR / not-implemented issue 🚫
28
32
-[ ] TODO what and why with reason
29
33
34
+
# Details :mag:
35
+
36
+
-[ ] TODO Take details from automatic release description of GitHub.
37
+
30
38
Release version of this roadmap issue:
31
39
32
40
> ❓ When should a release happen? Check the [`README`](../../README.md#when-and-how-to-release)!
33
41
34
-
-[ ] Do a full evaluation with the version
35
-
-[ ] Exclude certain Openrouter models by default
36
-
-[ ]`nitro` cause they are just faster
37
-
-[ ]`extended` cause longer context windows don't matter for our tasks
38
-
-[ ]`free` and `auto` cause these are just "aliases" for existing models
39
-
-[ ] Exclude special-purpose models
40
-
-[ ] Vision models
41
-
-[ ] Roleplay and creative writing models
42
-
-[ ] Classification models
43
-
-[ ] Models with internet access (usually denoted by `-online` suffix)
44
-
-[ ] Models with extended context windows (usually denoted by `-1234K` suffix)
45
-
-[ ] Always prefer fine tuned (`-instruct`, `-chat`) models over a plain base model
46
-
-[ ] Tag version (tag can be moved in case important merges happen afterwards)
47
42
-[ ] For all issues of the current milestone, one by one, add them to the roadmap tasks (it is ok if a task has multiple issues) with the users that worked on it
48
43
- Fixed bugs should always be sorted into respective relevant categories and not in a generic "Bugs" category!
49
44
-[ ] For all PRs of the current milestone, one by one, add them to the roadmap tasks (it is ok if a task has multiple issues) with the users that worked on it
@@ -52,18 +47,31 @@ Release version of this roadmap issue:
52
47
-[ ] Unassigned issues that are closed, and assign them someone
53
48
-[ ] Issues without a milestone, and assign them a milestone
54
49
-[ ] Issues without a label, and assign them at least one label
55
-
-[ ] Write the release notes:
56
-
-[ ] Use the tasks that are already there for the release note outline
57
-
-[ ] Add highlighted features based on the done tasks, sort by how many users would use the feature
58
-
-[ ] Do the release for version X.Y.Z with a new major, minor or bugfix version
59
-
-[ ] Execute `go run scripts/eval-dev-quality-release/main.go X.Y.Z`
60
-
-[ ] Do release notes for version
61
-
-[ ] Set release as latest release
62
50
-[ ] Prepare the next roadmap
63
51
-[ ] Create a milestone for the next release
64
52
-[ ] Create a new roadmap issue for the next release
65
53
-[ ] Move all open tasks/TODOs from this roadmap issue to the next roadmap issue.
66
54
-[ ] Move every comment of this roadmap issue as a TODO to the next roadmap issue. Mark when done with a :rocket: emoji.
55
+
-[ ] Write the release notes
56
+
-[ ] Use the tasks that are already there for the release note outline
57
+
-[ ] Add highlighted features based on the done tasks, sort by how many users would use the feature
58
+
-[ ] Do the tag and release for version X.Y.Z with a new major, minor or bugfix version
59
+
-[ ] Execute `go run scripts/eval-dev-quality-release/main.go X.Y.Z`
60
+
-[ ] Do release notes for version
61
+
-[ ] Set release as latest release
62
+
-[ ] In case important changes happen afterwards, do bugfix release but keep the release notes updated referencing the new bugfix releases.
63
+
-[ ] Do a full evaluation with the version
64
+
-[ ] Exclude certain Openrouter models by default
65
+
-[ ]`nitro` cause they are just faster
66
+
-[ ]`extended` cause longer context windows don't matter for our tasks
67
+
-[ ]`free` and `auto` cause these are just "aliases" for existing models
68
+
-[ ] Exclude special-purpose models
69
+
-[ ] Vision models
70
+
-[ ] Roleplay and creative writing models
71
+
-[ ] Classification models
72
+
-[ ] Models with internet access (usually denoted by `-online` suffix)
73
+
-[ ] Models with extended context windows (usually denoted by `-1234K` suffix)
74
+
-[ ] Always prefer fine tuned (`-instruct`, `-chat`) models over a plain base model
67
75
-[ ] Blog post containing evaluation results, new features and learnings
68
76
-[ ] Update README with blog post link and new header image
69
77
-[ ] Update repository link with blog post link
@@ -85,7 +93,3 @@ Release version of this roadmap issue:
0 commit comments