2020-01-29 03:36:28 +08:00
# Who to assign bugs to?
If an issue is related to a particular provider, assign it to
the person responsible for the provider, as listed in
2023-01-20 20:56:20 +08:00
[Providers ](providers.md )'s "Maintainers of
2020-01-29 03:36:28 +08:00
contributed providers".
Otherwise leave it unassigned until someone grabs it.
# How bugs are classified
labels:
* enhancement: New feature of improvement of existing feature
* bug: feature works wrong or not as expected
priority:
* maybe someday: Low priority
# How to handle a provider request
1. Change the subject to be "Provider request: name of the provider"
1. Set the label `provider-request`
1. Respond to the issue with the message below
1. Close the issue
2023-01-20 20:56:20 +08:00
The [Providers ](providers.md ) page is generated
2020-01-29 03:36:28 +08:00
automatically from all the issues tagged `provider-request` :
1. "Requested providers: state=closed, tagged `provider-request`
1. "In progress providers": state=open, tagged `provider-request` , NOT tagged `has-pr`
1. "Providers with open PRs": state=open, tagged `provider-request` AND `has-pr`
Message to requester:
2022-02-18 01:22:31 +08:00
```text
2020-01-29 03:36:28 +08:00
Thank you for requesting this provider!
I've tagged this issue as a provider-request. It will (soon) be listed as a "requested provider" on the provider list web page:
2023-01-20 20:56:20 +08:00
https://docs.dnscontrol.org/service-providers/providers
2020-01-29 03:36:28 +08:00
I will now close the issue. I know that's a bit confusing, but it will remain on the "requested provider" list.
If someone would like to volunteer to implement this, please re-open this issue and add the tag `has-pr` .
2023-04-11 05:44:40 +08:00
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:
2023-01-20 20:56:20 +08:00
https://docs.dnscontrol.org/developer-info/writing-providers
2020-01-29 03:36:28 +08:00
If you need assistance, please speak up in this issue and someone will get back to you ASAP.
```