You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,16 +94,18 @@ provided to help community members support their code independently.
95
94
96
95
Expectations of maintainers:
97
96
98
-
* Maintainers are expected to support their provider and/or find a new maintainer.
97
+
* Maintainers are expected to support their provider and/or help find a new maintainer.
99
98
* Maintainers should set up test accounts and periodically verify that all tests pass (`pkg/js/parse_tests` and `integrationTest`).
100
99
* Contributors are encouraged to add new tests and refine old ones. (Test-driven development is encouraged.)
101
100
* Bugs will be referred to the maintainer or their designate.
102
-
* Maintainers must be responsible to bug reports and PRs. If a maintainer is unresponsive for more than 2 months, we will consider disabling the provider. First we will put out a call for new maintainer. If noboby volunteers, the provider will be disabled.
101
+
* Maintainers must be responsible to bug reports and PRs. If a maintainer is unresponsive for more than 2 months, we will consider disabling the provider. First we will put out a call for new maintainer. If nobody volunteers, the provider may be disabled.
102
+
* Tom needs to know your real email address. Please email tlimoncelli at stack over flow dot com so he has it.
103
103
104
104
Providers in this category and their maintainers are:
Copy file name to clipboardExpand all lines: documentation/writing-providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,7 @@ Here are some last-minute things to check before you submit your PR.
316
316
2. Make sure all appropriate documentation is current. (See [Step 8](#step-8-manual-tests))
317
317
3. Check that dependencies are current (See [Step 13](#step-13-dependencies))
318
318
4. Re-run the integration test one last time (See [Step 7](#step-7-integration-test))
319
-
5. Re-read the [maintainer's responsibilities](providers.md) bullet list. By submitting a provider you agree to maintain it, respond to bugs, perioidically 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.
319
+
5. Re-read the [maintainer's responsibilities](providers.md) 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.
0 commit comments