Skip to content

CommunityOfCoders/Inheritance2k25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •