Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit 2944cb1

Browse files
committed
chore
1 parent 5901150 commit 2944cb1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
- Better TypeScript inference (may require API redesign)
3232
- Accompanying DevTools update
3333

34+
- **Actionable: kickoff public design thread**
35+
3436
### Backlog
3537

3638
* Built-in class-based API when class properties and decorators reach stage 4
@@ -44,7 +46,7 @@ We plan to drop feature requests from core repo's (`vuejs/vue`)'s issue list soo
4446

4547
After 2.6, all non-trivial additions or changes to the core API will go through the RFC process as well, even if it comes from core team members.
4648

47-
- Actionable: setup RFC repo and guidelines
49+
- **Actionable: setup RFC repo and guidelines**
4850

4951
## Release Management
5052

@@ -60,7 +62,7 @@ After 2.6 we will switch to a time-based release schedule for minor releases. Th
6062

6163
- **Patch**: as often as necessary.
6264

63-
- Actionable: release schedule visualization page on vuejs.org
65+
- **Actionable: release schedule visualization page on vuejs.org**
6466

6567
### Release channels and LTS
6668

@@ -74,13 +76,13 @@ After 2.6 we will switch to a time-based release schedule for minor releases. Th
7476

7577
- Every time a new major is released, the last minor in the previous major automatically becomes LTS for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode (security patches only) for another 18 months before entering end of life.
7678

77-
- Actionable: edge build automatic release system
79+
- **Actionable: edge build automatic release system**
7880

7981
### Regression Testing
8082

8183
We plan to invest time in developing a more robust regression testing system to ensure we don't accidentally break production apps in patch and minor releases. The system will run integration tests on major libraries / frameworks in the ecosystem and other non-trivial codebases to ensure stability.
8284

83-
- Actionable: regression testing system
85+
- **Actionable: regression testing system**
8486

8587
## Tooling
8688

0 commit comments

Comments
 (0)