From 7fde54af31f0d3b7950ceeb7b87b6d07c9a891d0 Mon Sep 17 00:00:00 2001 From: JesusSilvaUtrera Date: Thu, 9 Jan 2025 08:33:00 +0100 Subject: [PATCH] Fix link to DEVELOPING.md and update the Table of Contents in CONTRIBUTING.md Signed-off-by: JesusSilvaUtrera --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3009b7ab..46b684f0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,8 @@ All types of contributions are encouraged and valued. See the [Table of Contents - [Reporting Bugs](#reporting-bugs) - [Requesting Features](#requesting-features) - [Your First Code Contribution](#your-first-code-contribution) + - [A Primer On Project Workflow](#a-primer-on-project-workflow) + - [How Do I Submit a Good Code Contribution?](#how-do-i-submit-a-good-code-contribution) - [Styleguides](#styleguides) ## I Have a Question @@ -121,7 +123,7 @@ This projects adopts a [feature branch workflow](https://about.gitlab.com/topics ```bash git checkout -b /fix-issue-12345 main ``` -1. **Work on your contribution**. See [instructions](GETTING_STARTED.md) on how to get started with Beluga development. +1. **Work on your contribution**. See [instructions](DEVELOPING.md) on how to get started with Beluga development. 1. **Test your changes**. For bug fixes, make sure regression tests are included. 1. **Document your changes as needed**. For new features, make sure added functionality is clearly documented. 1. **Push the branch to your fork on GitHub**.