Skip to content

Commit

Permalink
docs: describe milestones in README
Browse files Browse the repository at this point in the history
Also skip CI build on markdown-only changes
  • Loading branch information
lucas-koehler authored Aug 7, 2024
1 parent 0096d9a commit 3a32f03
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push, pull_request]
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
ci:
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ In addition, EclipseSource also offers [professional support](https://jsonforms.

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

## Roadmap & Milestones

The project roadmap can be found in [ROADMAP.md](./ROADMAP.md).

Issues are sorted in one the following milestones that indicate when their implementation is planned.
Independently of the assigned milestone, contributions are always accepted and appreciated.

- A milestone for the next minor version. Issues planned to be implemented for the next release.
- A milestone for the next major version. Issues planned to be implemented for the next major release.
- A `.x` milestone. Issues which are concrete candidates for one of the next versions.
- [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.
- [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.

## Developers Documentation

### First time setup
Expand Down

0 comments on commit 3a32f03

Please sign in to comment.