Skip to content

Latest commit

Β 

History

History
67 lines (41 loc) Β· 1.72 KB

File metadata and controls

67 lines (41 loc) Β· 1.72 KB

Inheritance 2025 Project Submissions

Central repository for all team project submissions for CoC Inheritance 2025.

Strict Adherence Required: Submissions that do not follow the file naming convention or template guidelines will be rejected.

πŸ“‚ Repository Structure

All submissions must be placed in the submissions/ directory as a single Markdown file.

Inheritance-2025-Submissions/
β”œβ”€β”€ submissions/                <-- Put your file here
β”‚   β”œβ”€β”€ Team_Alpha_SuperApp.md
β”‚   └── Team_Beta_CryptoBot.md
β”œβ”€β”€ TEMPLATE.md
└── README.md

πŸš€ Submission Workflow

1. Fork & Clone

Fork this repository to your GitHub account and clone it locally.

git clone [https://github.com/](https://github.com/)<YOUR-USERNAME>/Inheritance-2025-Submissions.git
cd Inheritance-2025-Submissions

2. Create Your File

Navigate to the submissions/ folder and create a new markdown file. Naming Convention: TeamName_ProjectName.md (Use underscores _ or hyphens - instead of spaces).

cd submissions
touch Team_Alpha_SuperApp.md

3. Copy Template & Fill Details

Copy the content from TEMPLATE.md (located in the root of this repo) into your new file.

  • Replace all bracketed text (e.g., [Project Name]) with your actual project details.
  • Do not use local images. If you need to show screenshots, host them externally (e.g., Imgur, Drive, or your project repo) and use the URL.

4. Push & Pull Request

Commit your changes and push to your fork.

git add .
git commit -m "Add Team_Alpha submission"
git push origin main

Go to the original repository and open a Pull Request.

  • Title: [Submission] Team Name - Project Name