Skip to content

Commit 3a32f03

Browse files
docs: describe milestones in README
Also skip CI build on markdown-only changes
1 parent 0096d9a commit 3a32f03

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
410

511
jobs:
612
ci:

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ In addition, EclipseSource also offers [professional support](https://jsonforms.
2626

2727
See our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md) when updating JSON Forms.
2828

29+
## Roadmap & Milestones
30+
31+
The project roadmap can be found in [ROADMAP.md](./ROADMAP.md).
32+
33+
Issues are sorted in one the following milestones that indicate when their implementation is planned.
34+
Independently of the assigned milestone, contributions are always accepted and appreciated.
35+
36+
- A milestone for the next minor version. Issues planned to be implemented for the next release.
37+
- A milestone for the next major version. Issues planned to be implemented for the next major release.
38+
- A `.x` milestone. Issues which are concrete candidates for one of the next versions.
39+
- [next](https://github.com/eclipsesource/jsonforms/milestone/37): Issues which we would like to tackle soonish in one of the upcoming versions. However, they are not yet planned for a specific version.
40+
- [Backlog](https://github.com/eclipsesource/jsonforms/milestone/2): Issues which are interesting in some form but we don't plan to do ourselves in the foreseeable future. Still these might become part of JSON Forms via a community contribution or by prioritization of a paying customer.
41+
2942
## Developers Documentation
3043

3144
### First time setup

0 commit comments

Comments
 (0)