From cd73a9a94ebe5bfd39d08d974e1022f0dffa0915 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:07:17 +0200 Subject: [PATCH] add lines to make it more redeable --- CONTRIBUTING.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4839d30b3..d4892922f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,12 @@ You can ask for guidance anytime on our [Discord server](https://coollabs.io/discord) in the `#contribute` channel. - --- +--- ## Code Contribution ### 1. Setup your development environment +--- Follow the steps below for your operating system: @@ -46,6 +47,7 @@ Follow the steps below for your operating system: --- ### 2. Verify Installation +--- After installing Docker (or Orbstack) and Spin, verify the installation: @@ -60,6 +62,7 @@ After installing Docker (or Orbstack) and Spin, verify the installation: --- ### 3. Fork/Clone the Coolify Repository and Setup your Development Environment +--- 1. Fork/clone the [Coolify](https://github.com/coollabsio/coolify) repository to your GitHub account. @@ -85,6 +88,7 @@ After installing Docker (or Orbstack) and Spin, verify the installation: --- ### 4. Set up Environment Variables +--- 1. Copy the `.env.development.example` file to your `.env` file. @@ -100,6 +104,7 @@ After installing Docker (or Orbstack) and Spin, verify the installation: --- ### 5. Start & Setup Coolify +--- 1. Open a terminal in the Coolify directory. @@ -117,6 +122,7 @@ After installing Docker (or Orbstack) and Spin, verify the installation: --- ### 6. Start Development +--- 1. Access your Coolify instance: - URL: `http://localhost:8000` @@ -136,6 +142,7 @@ After installing Docker (or Orbstack) and Spin, verify the installation: --- ### 7. Contributing a New Service +--- To add a new service to Coolify, please refer to our documentation: -[Adding a New Service](https://coolify.io/docs/knowledge-base/add-a-service) +[Adding a New Service](https://coolify.io/docs/knowledge-base/add-a-service) \ No newline at end of file