From 4bbbbca5774192aa21611d66981c481d6173ffeb Mon Sep 17 00:00:00 2001 From: ChrispyBacon-dev Date: Tue, 27 May 2025 09:50:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8v1.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a7c298..64d7a28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ There are many ways you can contribute to DockFlare: ## Getting Started (If You Plan to Code) 1. **Fork the repository** on GitHub. -2. **Clone your fork** locally: `git clone https://github.com/YOUR_USERNAME/DockFlare.git` +2. **Clone your fork** locally: `git clone https://github.com/ChrispyBacon-dev/DockFlare.git` 3. **Create a new branch** for your feature or bug fix: `git checkout -b feature/your-feature-name` or `git checkout -b fix/bug-description`. 4. **Set up your development environment.** Ensure you have Python (matching the project version), Docker, Docker Compose, and Node.js/npm (for frontend assets) installed. 5. **Install dependencies:**