-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John Barker <[email protected]>
- Loading branch information
Showing
1 changed file
with
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
name: Proposal | ||
about: Suggest an large change for the Molecule project | ||
labels: proposal | ||
--- | ||
|
||
|
||
# Proposal: <proposal name> | ||
|
||
*Author*: Your Name <@yourGitHufid> IRC: handle (if different) | ||
|
||
*Date*: 2019-MM-DD | ||
|
||
- Status: New | ||
- Proposal type: (core design, process, ?) | ||
- Estimated time to implement: <X days, weeks, etc.> | ||
|
||
|
||
## Motivation | ||
|
||
Describe the reasons for this proposal. | ||
|
||
### Problems | ||
|
||
What problems exist that this proposal will solve? | ||
- Problem #1 | ||
- Problem #2 | ||
- Or just describe the problem if there is just one. | ||
|
||
## Solution proposal | ||
|
||
- Describe your suggested solution here. | ||
- Insert code in snippets if you would like as shown. | ||
```yaml | ||
- include: main.yml | ||
vars: | ||
var1: val1 | ||
``` | ||
- Be sure to explain how this solves problems. | ||
## Dependencies (optional) | ||
Explain any dependencies. This section is optional but could be helpful. | ||
- Dependency #1 | ||
- Dependency #2 | ||
## Testing (optional) | ||
Does / should this require testing, and if so, how? Describe here. This section is optional but could be helpful. | ||
## Documentation (optional) | ||
Does / should this require documentation? If so, describe here. This section is optional but could be helpful. | ||
## Anything else? | ||
If you'd like to add anything else beyond the above required and optional sections, you are welcome to do so. | ||