Contributing to The CodeLores
Thanks for your interest in contributing to The CodeLores β a tech comic about coding, debugging, and developer life! π
We welcome ideas, jokes, scripts, and artwork. Hereβs how you can join in.
π How to Contribute
π Prerequisite: Youβll need Git installed and a GitHub account.
-
Fork the repository
Click the βForkβ button on the top right to create your own copy. -
Create a branch
```bash git checkout -b idea/debugging-nightmares
Use a descriptive name (idea/..., art/..., fix/...).
-
Add your contribution
Contribution type Folder Example filename Comic idea (text) /ideas/debugging-nightmares.md Draft / Artwork /drafts/character-sketch.png Final Comic Strip /comics/comic-005-bug-fix-battle.png -
Commit and push
git commit -m "Added new idea: debugging nightmares" git push origin idea/debugging-nightmares -
Open a Pull Request (PR)
- Go to the original repo
- Click New Pull Request
- Describe your contribution briefly
β Contribution Rules
- Keep content aligned with coding humor + learning
- Credit yourself in your PR (for shoutouts)
- Respect the project branding (The Codelores)
- Donβt upload content you donβt own (no plagiarism)
- No commercial use β this project is licensed under CC BY-NC 4.0
- Please read our Code of Conduct
π Idea Format
When adding an idea in /ideas/:
- Title: Short and catchy
- Premise: 2β3 lines
- Punchline: The joke / twist
π’ Recognition
- All merged contributions appear in the GitHub Contributors list
- Contributors will be credited when strips are shared on LinkedIn / other platforms
π‘ Questions?
Open an Issue if you have an idea but arenβt sure how to implement it.