From d43e97873e3a06cdb92021cf7107f14816fdb802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:10:53 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89eec8d..1436dd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,10 @@ Contributing to `sec-ai` is a rewarding way to learn and improve this open-source project. Whether you are a user looking to expand your knowledge or a developer eager to delve into the codebase, this guide is here to help you get started. +## Find specific things to work on + +Check out out [Contribution Workflow](https://github.com/alphanome-ai/sec-parser/edit/main/CONTRIBUTING.md). + ## Understanding the Workflows Before diving into the codebase guides, we recommend setting up your environment and understanding our contribution workflow. Please visit [**Common Contributing Guide**](https://github.com/alphanome-ai/common-contributing-guide) for information on environment setup, coding standards, and contribution workflows that are common across our repositories.