From b51804c7ed4197574bb6a0f5e07dda4c21100513 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 7 Sep 2022 15:26:37 -0400 Subject: [PATCH] Fix issues link in markdown --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de53c9cadfc..3a1c0944ec7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ To make changes to the CDT, whether it be code, docs, JUnits, etc., you will nee These steps apply to anyone, whether a member of Eclipse CDT or a contributor on the project. -- To fix anything in CDT first you can create or find an existing [https://github.com/eclipse-cdt/cdt/issues issue] report for this particular problem/enhancement. Creating an issue is optional, but highly recommended for larger changes to provide a place to pull all aspects of the improvement together and to discuss acceptable solutions before a Pull Request may be ready. +- To fix anything in CDT first you can create or find an existing [issue](https://github.com/eclipse-cdt/cdt/issues) report for this particular problem/enhancement. Creating an issue is optional, but highly recommended for larger changes to provide a place to pull all aspects of the improvement together and to discuss acceptable solutions before a Pull Request may be ready. - Setup your Eclipse Development environment and check out source code, see [Setup CDT for development with Oomph](#Setup-CDT-for-development-with-Oomph) below. - Fix the source code - Comment your changes in the code