mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
20dad35167
* Replace Jekyll highlight tags with fenced code blocks Replace Jekyll highlight tags with fenced code blocks. Canonicalize javascript to js. Correct highlighting languages. Add highlighting to code blocks. Remove leading $ from bash blocks. Remove empty lines at start and end of code blocks. Stripped trailing whitespace. * Fix language of code highlighting
1.9 KiB
1.9 KiB
layout | title |
---|---|
default | Bug Triage Process |
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 Providers's "Maintainers of 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
- Change the subject to be "Provider request: name of the provider"
- Set the label
provider-request
- Respond to the issue with the message below
- Close the issue
The Providers page is generated
automatically from all the issues tagged provider-request
:
- "Requested providers: state=closed, tagged
provider-request
- "In progress providers": state=open, tagged
provider-request
, NOT taggedhas-pr
- "Providers with open PRs": state=open, tagged
provider-request
ANDhas-pr
Message to requester:
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:
https://stackexchange.github.io/dnscontrol/provider-list
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`.
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:
https://stackexchange.github.io/dnscontrol/writing-providers
If you need assistance, please speak up in this issue and someone will get back to you ASAP.