github.com/StackExchange/dnscontrol/v4@v4.11.0/documentation/bug-triage.md (about)

     1  # Who to assign bugs to?
     2  
     3  If an issue is related to a particular provider, assign it to
     4  the person responsible for the provider, as listed in
     5  [Providers](providers.md)'s "Maintainers of
     6  contributed providers".
     7  
     8  Otherwise leave it unassigned until someone grabs it.
     9  
    10  
    11  # How bugs are classified
    12  
    13  labels:
    14  
    15  * enhancement: New feature of improvement of existing feature
    16  * bug: feature works wrong or not as expected
    17  
    18  priority:
    19  
    20  * maybe someday: Low priority
    21  
    22  # How to handle a provider request
    23  
    24  1. Change the subject to be "Provider request: name of the provider"
    25  1. Set the label `provider-request`
    26  1. Respond to the issue with the message below
    27  1. Close the issue
    28  
    29  The [Providers](providers.md) page is generated
    30  automatically from all the issues tagged `provider-request`:
    31  
    32  1. "Requested providers: state=closed, tagged `provider-request`
    33  1. "In progress providers": state=open, tagged `provider-request`, NOT tagged `has-pr`
    34  1. "Providers with open PRs": state=open, tagged `provider-request` AND `has-pr`
    35  
    36  Message to requester:
    37  
    38  ```text
    39  Thank you for requesting this provider!
    40  
    41  I've tagged this issue as a provider-request.  It will (soon) be listed as a "requested provider" on the provider list web page:
    42  https://docs.dnscontrol.org/provider
    43  
    44  I will now close the issue.  I know that's a bit confusing, but it will remain on the "requested provider" list.
    45  
    46  If someone would like to volunteer to implement this, please re-open this issue and add the tag `has-pr`.
    47  
    48  We encourage you to try adding this provider yourself.  We've tried to make the process as friendly as possible.  Many people have reported that adding a provider was their first experience writing Go.  The process is documented here:
    49  https://docs.dnscontrol.org/developer-info/writing-providers
    50  If you need assistance, please speak up in this issue and someone will get back to you ASAP.
    51  ```