17 lines
624 B
Markdown
17 lines
624 B
Markdown
## Proposals
|
|
|
|
If you wish to add a larger feature or make a major refactor to Manifests we encourage folks to write up a proposal document.
|
|
Though our process is not formal, the convention is to create a PR against Manifests with your proposal as markdown in the
|
|
proposals folder. Proposal reviews and feedback will happen on the PR with the proposal.
|
|
|
|
```
|
|
manifests/proposals <- folder
|
|
YYYYMMDD-title.md <- file
|
|
```
|
|
|
|
In your proposal it is good to consider and include some of the following:
|
|
* Goals
|
|
* Non-Goals
|
|
* Does this break any existing functionality?
|
|
* Does this fix/solve any outstanding issues?
|