From d3e264b1cc5a4d1b00245dbaa86812823d103d5d Mon Sep 17 00:00:00 2001 From: Rhythm-26 Date: Sun, 5 Jan 2025 00:32:10 +0530 Subject: [PATCH] docs: update contributing guide to refer current bugs and feature requests The contributing guide is updated to include references to the current open bugs and feature requests. This update aims to improve visibility for contributors on where to find open issues and features that need attention. CC: Johannes Schindelin Signed-off-by: Rhythm-26 --- Documentation/MyFirstContribution.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/MyFirstContribution.txt b/Documentation/MyFirstContribution.txt index e41654c00a68e0..3b26a5265b2b5a 100644 --- a/Documentation/MyFirstContribution.txt +++ b/Documentation/MyFirstContribution.txt @@ -109,6 +109,14 @@ of invocation during users' typical daily workflow. (We've seen some other effort in this space with the implementation of popular commands such as `sl`.) +:mailinglist: git+subscribe@vger.kernel.org + +Here's where you can find bugs and feature requests existing in the system: + + - Git uses a mailing list for discussion on bugs, features and patches. Search for relevant topics or tagged issues + like #leftoverbits in the archives: https://lore.kernel.org/git/ + - Unofficial bug trackers - https://github.com/gitgitgadget/git/issues, https://git.issues.gerritcodereview.com/ + [[setup-workspace]] === Set Up Your Workspace