From 790c870ff39e6c41442706cbc9bc8f24af73c9fe Mon Sep 17 00:00:00 2001 From: Bsh <40428556+MohamedBsh@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:30:28 +0100 Subject: [PATCH] docs(contributing): added TOC and Code of Conduct link (#65) * Update CONTRIBUTING.md: Added TOC and Code of Conduct link * Update CONTRIBUTING.md: Added TOC and Code of Conduct link * Update CONTRIBUTING.md: Added TOC and Code of Conduct link --------- Co-authored-by: MohamedBsh --- CONTRIBUTING.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19cfe79..1321d89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,18 @@ First of all, thanks for considering contributing to this project. All contributions are welcome, whether they are bug reports, documentation improvements, feature requests, or pull requests. -If you're not sure where to start, take a look at the [hot topics](#hot-topics) section for some ideas on what you could work on. +Please make sure to read and follow our [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a positive experience for everyone involved. +If you're not sure where to start, take a look at the [Hot Topics](#hot-topics) section for some ideas on what you could work on. + +## Table of Contents +- [Getting started](#getting-started) +- [Prerequisites](#prerequisites) +- [Forking the repository and setting up the project](#forking-the-repository-and-setting-up-the-project) +- [Building the project](#building-the-project) +- [Project structure](#project-structure) +- [Contributing a new channel](#contributing-a-new-channel) +- [Hot Topics](#hot-topics) ## Getting started ### Prerequisites