Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2018-04-24 16:38:15 +0300
committerGitHub <noreply@github.com>2018-04-24 16:38:15 +0300
commitf510f4bddf4da1411c1966a9cbed2b7e630cba30 (patch)
tree1dc87d8b16dd3f24db0d0f614632540cc98861f6
parent9c15fd354f0e98e5b1e48b446304fb16cddced68 (diff)
Update good volunteer task to good first issue. (#5891)
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 2098f7cdf..cbb7650b6 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -63,7 +63,7 @@ Find issues to work on
----------------------
You can find the open issues in the `github issue tracker`_. Comparatively
-easy ones are marked `Good Volunteer Task`_. If you're starting work on
+easy ones are marked `good first issue`_. If you're starting work on
something, post a comment to let others know and seek feedback on your plan
where appropriate.
@@ -72,7 +72,7 @@ your pull request must have thorough unit test coverage, pass our
tests, and be compliant with the :ref:`coding style <coding-style>`.
.. _github issue tracker: https://github.com/certbot/certbot/issues
-.. _Good Volunteer Task: https://github.com/certbot/certbot/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+Volunteer+Task%22
+.. _good first issue: https://github.com/certbot/certbot/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
.. _testing: