-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This guide outlines the Submariner release process, and how developers are expected to contribute. This is merely a skeletal outline which will be filled in following commits. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
- Loading branch information
Showing
2 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
--- | ||
title: "Guidelines" | ||
date: 2022-03-15T10:31:00+02:00 | ||
weight: 10 | ||
--- | ||
|
||
This guide outlines the process which developers need to follow when contributing to the Submariner project. | ||
Developers are expected to read and follow the guidelines outlined in this guide and in the other contribution guides, | ||
in order for their contributions to the project to be addressed in a timely manner. | ||
|
||
## Project Resources | ||
|
||
To be expanded | ||
|
||
### Backlog Board | ||
|
||
To be expanded | ||
|
||
### Current Release Board | ||
|
||
To be expanded | ||
|
||
### Enhancements Repository | ||
|
||
To be expanded | ||
|
||
### Releases Repository | ||
|
||
To be expanded | ||
|
||
## Bugs, Tasks and Epics | ||
|
||
To be expanded | ||
|
||
### Bugs | ||
|
||
To be expanded | ||
|
||
### Tasks | ||
|
||
To be expanded | ||
|
||
### Epics | ||
|
||
To be expanded | ||
|
||
## Release Cycles | ||
|
||
To be expanded | ||
|
||
### Sprints | ||
|
||
To be expanded | ||
|
||
### Release Timeline | ||
|
||
To be expanded | ||
|
||
#### Pre-Planning | ||
|
||
To be expanded | ||
|
||
#### Feature Design | ||
|
||
To be expanded | ||
|
||
#### Development Milestones | ||
|
||
To be expanded | ||
|
||
#### Release Candidates | ||
|
||
To be expanded | ||
|
||
#### General Availability | ||
|
||
To be expanded | ||
|
||
### Unplanned Work | ||
|
||
To be expanded | ||
|
||
#### Ongoing Maintenance | ||
|
||
To be expanded | ||
|
||
#### Exception Process | ||
|
||
To be expanded | ||
|
||
### Test Days | ||
|
||
To be expanded |