Main Repository for XP Contribution
This is the official open contribution hub for the devscroll organization.
Here, you can submit exercises, learning materials, practical challenges, or any educational content related to programming and software development.
This repository acts as a submission point. You open a Pull Request (PR) with your contribution, and the devscroll team will review it, suggest improvements (if needed), and—if approved—move the content to the appropriate final repository within the organization.
Click Fork in the top-right corner of the page.
Organize your content into a relevant folder:
📁 exercicios/ └── python/ └── listas_basicas.md
📁 materiais/ └── javascript/ └── eventos_intro.md
📁 desafios/ └── flutter/ └── clone_interface_login.md
- Use the PR template
- Clearly describe the content, its topic, and usefulness
-
exercicios/: exercise sets with or without solutions / solved exercises including the problem statement -
materiais/: guides, tutorials, theoretical explanations -
desafios/: project proposals or larger practice challenges -
outros/: any content that doesn’t fit the categories aboveIf your contribution is a solved exercise, it MUST include the original problem statement as a comment above the solution.
- ✅ Basic Python exercises using lists
- ✅ Git and GitHub tutorial for beginners
- ✅ Challenge: recreate the Spotify interface using HTML/CSS
- Submit only original content or content under an open license (CC, MIT, etc.)
- Follow the suggested folder structure and formatting
- All submissions are subject to review before final approval
- Be respectful and welcoming — devscroll is a community for learning
- Again, don’t forget to include the problem statement for solved exercises
Open an Issue in this repository if you have any questions about the submission process.
Created with 💙 for educators, students, and developers who believe in the power of sharing.