From 90533da8ca9cd5cc187223f90ee4c4c54fe5afce Mon Sep 17 00:00:00 2001 From: logical-1985516 <107944536+logical-1985516@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:06:24 +0800 Subject: [PATCH] [#1981] Change link to link to all first timer issues (#2233) The link under 'Workflow' section of DG only links to frontend and backend issues. Let's link them to all types of first timer issues so that new contributors do not miss out on some other types of issues, such as DevOps. --- docs/dg/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dg/workflow.md b/docs/dg/workflow.md index af167be466..9e71e0ebba 100644 --- a/docs/dg/workflow.md +++ b/docs/dg/workflow.md @@ -26,7 +26,7 @@ Our workflow is mostly based on the guidelines given at se-education.org/guides. ## Find the suitable pull requests -* If you are contributing to RepoSense for the first time, you can check the list of [backend issues](https://github.com/reposense/RepoSense/issues?q=is%3Aopen+is%3Aissue+label%3Aa-Backend+label%3Ad.FirstTimers) or [frontend issues](https://github.com/reposense/RepoSense/issues?q=is%3Aopen+is%3Aissue+label%3Ad.FirstTimers+label%3Aa-FrontEnd) for first timers. +* If you are contributing to RepoSense for the first time, you can check the list of [issues that are suitable for first timers](https://github.com/reposense/RepoSense/issues?q=is%3Aopen+is%3Aissue+label%3Ad.FirstTimers).