Skip to content

Commit 32eada7

Browse files
committed
updated development guidelines
1 parent 542fc44 commit 32eada7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

DEVELOPMENT.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Development Guidelines
22

3-
This document intends to establish guidelines which build a transparent, open mechanism for deciding how to evolve the OpenAPI Specification. The Open API Technical Contributor Board will initially follow these processes when merging changes from external contributors or from the TCB itself. This guideline document will be adjusted as practicality dictates.
3+
This document intends to establish guidelines which build a transparent, open mechanism for deciding how to evolve the OpenAPI Specification. The Open API Technical Developer Community will initially follow these processes when merging changes from external contributors or from the TDC itself. This guideline document will be adjusted as practicality dictates.
44

55
## OAI Specification Driving factors
66

@@ -21,14 +21,19 @@ The specification _will change_ from the original 2.0 version. We should typica
2121

2222
- Use GitHub for all spec designs, use cases, and so on.
2323
- As with 2.0, the **human readable** document is the source of truth. If using a JSON Schema again to document the spec, it is secondary to the human documentation. The documentation should live in a *.md file, in parallel to the 2.0 document (versions/3.0.0.md for example).
24-
- The `master` branch shall remain the current, released OpenAPI Specification (i.e., 2.0). We will work in an OpenAPI.next branch, which shall be described and linked to on the **default** README.md on master.
24+
- At any given time, there would be _at most_ 4 work branches. The branches would exist if work has started on them. Assuming a current version of 3.0.0:
25+
- `master` - Current stable version. No PRs would be accepted directly to modify the specification. PRs against supporting files can be accepted.
26+
- `v3.0.1` - The next PATCH version of the specification. This would include non-breaking changes such as typo fixes, document fixes, wording clarifications.
27+
- `v3.1.0` - The naxt MINOR version.
28+
- `v4.0.0` - The next MAJOR version.
29+
- The `master` branch shall remain the current, released OpenAPI Specification. We will describe and link the work branch(es) on the **default** README.md on master.
2530
- Examples of how something is described _currently_ vs. the proposed solution should accompany any change proposal.
26-
- New features should be done in feature branches which, upon approval, are merged into the OpenAPI.next branch.
31+
- New features should be done in feature branches/forks which, upon approval, are merged into the proper work branch.
2732
- Use labels for the workflow of specification changes. Examples of labels are `proposed`, `needs migration review`, `needs tooling review`, `needs documentation`, `rejected`, and `needs approval`. These labels must be assigned by project committers.
2833
- An issue will be opened for each feature change. Embedded in the issue, or ideally linked in a file via pull-request (PR), a document about use cases should be supplied with the change.
2934
- A PR will be used to describe the _proposed_ solution, and linked to the original issue.
3035
- Not all committers will contribute to every single proposed change. There may be many open proposals at once, and multiple efforts may happen in parallel.
31-
- When the OpenApi.next spec is complete and approved for release, the branch will be merged to master.
36+
- When the a work branch is ready and approved, the branch will be merged to master.
3237

3338
## Approving Changes
3439

0 commit comments

Comments
 (0)