get.porter.sh/porter@v1.3.0/.github/ISSUE_TEMPLATE/design_proposal.md (about)

     1  ---
     2  name: Design Proposal
     3  about: Propose a new design
     4  title: ''
     5  labels: proposal
     6  assignees: ''
     7  
     8  ---
     9  
    10  **What design is being proposed?**
    11  Supply a summary of the design, perhaps with a problem statement that the proposal is intending to solve.
    12  
    13  **Additional Context**
    14  Provide further details and context around the proposal. What areas of Porter will it affect? (For example: CLI, Manifest/bundle.json, mixins, etc.)
    15  
    16  **Risks/Concerns**
    17  What are some potential concerns with the proposal? (For example: heavy development cost, extensive refactoring, high complexity.)
    18  
    19  **What other approaches were considered?**
    20  Provide other approaches considered prior to deciding on the submitted proposal.
    21  
    22  **Implementation details**
    23  If applicable, provide potential implementation details assuming the proposal is accepted.
    24  
    25  # Checklist
    26  - [ ] An announcement of this proposal has been sent to the Porter mailing list: https://porter.sh/mailing-list
    27  - [ ] This proposal has remained open for at least one week, to allow time for community feedback.