Skip to content

Latest commit

Β 

History

History
58 lines (41 loc) Β· 1.65 KB

File metadata and controls

58 lines (41 loc) Β· 1.65 KB

πŸ› οΈ Contributing to GDF

First of all β€” thank you.
You're here because you're curious, passionate, and ready to improve this project. That means everything. Whether you're fixing a typo, improving UI, adding a new feature, or suggesting an idea β€” you're part of the journey now. Let’s make this seamless, empowering, and efficient.


🧭 Overview

GDF is a front-end project built using HTML, CSS, and JavaScript. The repo includes several static pages and reusable component files like _header.html and _footer.html, located in the root and assets/ directories.

This guide will walk you through everything:

  • Forking, cloning, setting upstream
  • Branching like a pro
  • Making meaningful commits
  • Writing clean, scalable front-end code
  • Opening a pull request that makes maintainers go: β€œDamn, that’s clean.”

🧱 Structure

Here’s the basic structure of this project:

GDF/ β”œβ”€β”€ assets/ β”‚ β”œβ”€β”€ bootstrap/ β”‚ β”œβ”€β”€ css/ β”‚ β”œβ”€β”€ js/ β”‚ └── images/ β”œβ”€β”€ index.html β”œβ”€β”€ Donate.html β”œβ”€β”€ What-We-Do.html β”œβ”€β”€ _header.html β”œβ”€β”€ _footer.html β”œβ”€β”€ Readme.md └── CONTRIBUTING.md ← (you are here)


πŸ”§ Getting Started

1. 🍴 Fork the Repository

Click the Fork button at the top right of the GitHub page. This creates a copy of the repository under your GitHub account.


2. πŸ“₯ Clone Your Fork Locally

Open your terminal and run:

git clone https://github.com/<your-username>/GDF.git
cd GDF
Replace <your-username> with your actual GitHub username.

### 3. πŸ”— Add the Upstream Remote 
To sync future updates from the original repo: