-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE: Move some BYOS steps to be standard #3107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes detected by Check Git Status Action
|
||
1. Add the provider to the `PROVIDERS` list. | ||
|
||
* Add the name of the provider to the PROVIDERS list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: Is the idea to create a sublist? Then this content should get an extra indentation.
* Add the name of the provider to the PROVIDERS list. | |
* Add the name of the provider to the PROVIDERS list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two lines are a duplicate. i've removed one.
documentation/writing-providers.md
Outdated
@@ -317,6 +368,7 @@ These are the things we'll be checking when you submit the PR. Please try to co | |||
5. Re-run the [integration test](#step-7-integration-test) one last time. | |||
* Post the results as a comment to your PR. | |||
6. Re-read the [maintainer's responsibilities](providers.md#providers-with-contributor-support) bullet list. By submitting a provider you agree to maintain it, respond to bugs, periodically re-run the integration test to verify nothing has broken, and if we don't hear from you for 2 months we may disable the provider. | |||
7. [Create an issue (feature request)](https://github.com/StackExchange/dnscontrol/issues/new?title=Add%20label%20for%20PROVIDERNAME) with the text "Please create the GitHub label 'provider-PROVIDERNAME'". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idea: Is it an idea to put this more as a checklist for us? Also in a review I feel the need to be able to tick off a checklist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make more sense to include the (create the GitHub label 'provider-PROVIDERNAME') request in the original GitHub pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My philosophy is that if someone's work is going to be judged using a rubric, they should know what the rubric is ahead of time. This helps them get everything right on the first try.
I've moved the label request to the PR. Good idea!
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes detected by Check Git Status Action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes detected by Check Git Status Action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes detected by Check Git Status Action
@tlimoncelli, can you let me know when I can do a review? 🤓 |
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to undo the PROVIDERS list change. It is a long string, not a list.
|
||
1. Add the provider to the `PROVIDERS` list. | ||
|
||
* Add the name of the provider to the PROVIDERS list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two lines are a duplicate. i've removed one.
documentation/writing-providers.md
Outdated
@@ -317,6 +368,7 @@ These are the things we'll be checking when you submit the PR. Please try to co | |||
5. Re-run the [integration test](#step-7-integration-test) one last time. | |||
* Post the results as a comment to your PR. | |||
6. Re-read the [maintainer's responsibilities](providers.md#providers-with-contributor-support) bullet list. By submitting a provider you agree to maintain it, respond to bugs, periodically re-run the integration test to verify nothing has broken, and if we don't hear from you for 2 months we may disable the provider. | |||
7. [Create an issue (feature request)](https://github.com/StackExchange/dnscontrol/issues/new?title=Add%20label%20for%20PROVIDERNAME) with the text "Please create the GitHub label 'provider-PROVIDERNAME'". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My philosophy is that if someone's work is going to be judged using a rubric, they should know what the rubric is ahead of time. This helps them get everything right on the first try.
I've moved the label request to the PR. Good idea!
@cafferata PTAL |
No description provided.