Skip to content

Commit

Permalink
fix(proposals): Update README.md to reflect the use of trestle
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Aug 5, 2024
1 parent 515089f commit ce9c57e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Complete the following steps before creating a change proposal:

## Process

* Submit a change proposal under `proposals` by opening a pull request. A proposal template with be created in the future.
* Create an instance of the template using `trestle author docs create-sample -tn proposals`.
* Submit a change proposal under `proposals` by opening a pull request.
* Ensure that the pipeline for trestle passes.
* This can be tested locally via `trestle author docs validate --task-name proposals -hv`
* At least two maintainers have to approve the proposal before it can be merged.
* Once merged, the proposal may be implemented in target project(s). The progress could be tracked using the pull request number from the merged proposal.

0 comments on commit ce9c57e

Please sign in to comment.