Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This branch hosts design and proposal documents for Azure Functions Core Tools.
## Layout

- `proposed/` — In-progress proposals open for discussion. Drafts live here while a design is being shaped and reviewed.
- `accepted/` — Designs that have been reviewed and accepted. Once a proposal is approved, move it from `proposed/` to `accepted/`.
- `accepted/` — Designs that have been reviewed, accepted and implemented into the product. Once a proposal is approved, move it from `proposed/` to `accepted/`.

## Workflow

1. Add a new design under `proposed/` (e.g. `proposed/my-feature.md`).
2. Open a PR against the `docs` branch for review.
3. After acceptance, move the file to `accepted/` in a follow-up PR.
3. After the design is part of the product (implemented), move the file to `accepted/` in a follow-up PR.
Loading