From 19881aa83a5df5f4a89ef1fac32dcdc8f987bd28 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:46:15 +0200 Subject: [PATCH] remove lines --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8233e2d3..a54120ec6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ # Contributing ## Code Contribution + ## 1. Setup your development environment Follow the steps below for your operating system: @@ -42,7 +43,6 @@ ### Linux 2. Install Spin: Follow the instructions to install Spin on Linux from the [Spin documentation](https://serversideup.net/open-source/spin/docs/installation/install-linux) ---- ## 2. Verify Installation @@ -56,7 +56,6 @@ ## 2. Verify Installation ``` You should see version information for both Docker and Spin. ---- ## 3. Fork/Clone the Coolify Repository and Setup your Development Environment @@ -81,7 +80,6 @@ ## 3. Fork/Clone the Coolify Repository and Setup your Development Environment 4. Open the cloned Coolify Repository in your chosen code editor. ---- ## 4. Set up Environment Variables @@ -96,7 +94,6 @@ ## 4. Set up Environment Variables 3. Review and adjust other environment variables as needed for your development setup. ---- ## 5. Start & Setup Coolify @@ -113,7 +110,6 @@ ## 5. Start & Setup Coolify sudo spin up ``` ---- ## 6. Start Development @@ -132,7 +128,6 @@ ## 6. Start Development TELESCOPE_ENABLED=true ``` ---- ## 7. Contributing a New Service