From 9811ebdc5777aac1d9a17eba320528a050256324 Mon Sep 17 00:00:00 2001 From: PaulC Date: Tue, 31 Dec 2019 10:32:31 +1100 Subject: [PATCH 1/2] Added how to reserve an issue to yourself when contributing --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a3ae731e4..bebd23ed2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -51,7 +51,8 @@ Fix bugs Look through the `GitHub issues for bugs `_. -:ref:`Talk ` to developers to find out how you can fix specific bugs. +:ref:`Talk ` to developers to find out how you can fix specific bugs. To indicate that you are going +to work on a particular issue, add a comment to that effect on the specific issue. Don't forget to check the issue trackers of your favourite plugins, too! From d884164160300fff3d04a5f741d99cf4d9a45283 Mon Sep 17 00:00:00 2001 From: PaulC Date: Tue, 31 Dec 2019 12:49:37 +1100 Subject: [PATCH 2/2] removed trailing whitespace to fix linting issue --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bebd23ed2..455998b78 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -51,7 +51,7 @@ Fix bugs Look through the `GitHub issues for bugs `_. -:ref:`Talk ` to developers to find out how you can fix specific bugs. To indicate that you are going +:ref:`Talk ` to developers to find out how you can fix specific bugs. To indicate that you are going to work on a particular issue, add a comment to that effect on the specific issue. Don't forget to check the issue trackers of your favourite plugins, too!