Skip to content

Commit

Permalink
docs: remove obsolete roadmap page (argoproj#3783)
Browse files Browse the repository at this point in the history
Signed-off-by: Kostis Kapelonis <[email protected]>
  • Loading branch information
kostis-codefresh authored Aug 12, 2024
1 parent 6b2ee92 commit f6ce5ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 56 deletions.
17 changes: 17 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,23 @@ yarn install
yarn start
```

## Getting your feature accepted

To be eligible for inclusion in a minor release, a new feature must meet the following criteria before the release’s RC
date.

If it is a large feature that involves significant design decisions, that feature must be described in a Proposal.

The feature PR must include:

* Tests (passing)
* Documentation
* If necessary, a note in the Upgrading docs for the planned minor release
* The PR must be reviewed, approved, and merged by an Approver.

If these criteria are not met by the RC date, the feature will be ineligible for inclusion in the RC series or GA for
that minor release. It will have to wait for the next minor release.

## Controller architecture

Argo Rollouts is actually a collection of individual controllers
Expand Down
55 changes: 0 additions & 55 deletions docs/roadmap.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ nav:
- Security:
- Security Policy: security/security.md
- Verify Release Artifacts: security/signed-release-assets.md
- Roadmap/Release Schedule: roadmap.md
- Contributing:
- Contribution Guide: CONTRIBUTING.md
- Environment Setup: getting-started/setup/index.md
Expand Down

0 comments on commit f6ce5ce

Please sign in to comment.