From 3078c2f3db639feeb7b4a3bb8e9fa2c24759ee0b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 25 Oct 2024 11:43:44 -0700 Subject: [PATCH] remove reference to "good first issue" label (#10018) --- certbot/docs/contributing.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index 7f9dc0db1..2af5f3016 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -96,17 +96,15 @@ found in the `virtualenv docs`_. Find issues to work on ---------------------- -You can find the open issues in the `github issue tracker`_. Comparatively -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. +You can find the open issues in the `github issue tracker`_. If you're starting +work on something, post a comment to let others know and seek feedback on your +plan where appropriate. Once you've got a working branch, you can open a pull request. All changes in your pull request must have thorough unit test coverage, pass our tests, and be compliant with the :ref:`coding style `. .. _github issue tracker: https://github.com/certbot/certbot/issues -.. _good first issue: https://github.com/certbot/certbot/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 .. _testing: