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.
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
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
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
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.
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