Skip to content

Commit

Permalink
Proposal template (#1905)
Browse files Browse the repository at this point in the history
Signed-off-by: John Barker <[email protected]>
  • Loading branch information
gundalow authored Apr 5, 2019
1 parent 52ba547 commit 18c0659
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
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.

0 comments on commit 18c0659

Please sign in to comment.