github.com/argoproj/argo-cd/v3@v3.2.1/.github/ISSUE_TEMPLATE/new_dev_tool.md (about)

     1  ---
     2  name: New Dev Tool Request
     3  about: This is a request for adding a new tool for setting up a dev environment.
     4  title: ''
     5  labels: ['component:dev-env', 'triage/pending']
     6  assignees: ''
     7  ---
     8  
     9  Checklist:
    10  
    11  - [ ] I am willing to maintain this tool, or have another Argo CD maintainer who is.
    12  - [ ] I have another Argo CD maintainer who is willing to help maintain this tool (there needs to be at least two maintainers willing to maintain this tool)
    13  - [ ] I have a lead sponsor who is a core Argo CD maintainer
    14  - [ ] There is a PR which adds said tool - this is so that the maintainers can assess the impact of having this in the tree
    15  - [ ] I have given a motivation why this should be added
    16  
    17  ### The proposer
    18  
    19  <-- The username(s) of the person(s) proposing the tool -->
    20  
    21  ### The proposed tool
    22  
    23  <!-- The tool itself, with a link to the tool’s website -->
    24  
    25  ### Motivation
    26  
    27  <!-- Why this tool would be useful to have in the tree. -->
    28  
    29  ### Link to PR (Optional)
    30  
    31  <!-- A PR adding the tool to the tree -->
    32  
    33  ### Lead Sponsor(s)
    34  
    35  Final approval requires sponsorship from at least one core maintainer.
    36  
    37  - @<sponsor-1>
    38  
    39  ### Co-sponsors
    40  
    41  These will be the co-maintainers of the specified tool.
    42  
    43  - @<sponsor-1>