From 06cabb84700f186f7cc09b3403fa3a41981dcff5 Mon Sep 17 00:00:00 2001 From: Hari Chalise Date: Mon, 10 Feb 2025 20:56:37 +0545 Subject: [PATCH] Update contributing.md --- docs/github/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/github/contributing.md b/docs/github/contributing.md index 86cdc7d..3f0e59f 100644 --- a/docs/github/contributing.md +++ b/docs/github/contributing.md @@ -4,6 +4,9 @@ We’re excited that you’re interested in contributing to **Carch**! Contributions of all kinds are welcome, whether you’re fixing bugs, adding new features, or improving documentation. Follow this guide to get started. +> [!WARNING] +> **Before making any contributions**, first open an issue in the **[Feature Request](https://github.com/harilvfs/carch/issues/new?template=feature-reqests.yml)** section. We will discuss the changes there before proceeding with implementation. + ## 📌 Understand the Codebase > [!NOTE]