Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.44 KB

File metadata and controls

77 lines (45 loc) · 2.44 KB

devscroll-contributions

Main Repository for XP Contribution

📥 devscroll-contributions

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.


🤔 How does it work?

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.


🚀 How to contribute

1. Fork this repository

Click Fork in the top-right corner of the page.

2. Add your files

Organize your content into a relevant folder:

📁 exercicios/ └── python/ └── listas_basicas.md

📁 materiais/ └── javascript/ └── eventos_intro.md

📁 desafios/ └── flutter/ └── clone_interface_login.md

3. Open a Pull Request

  • Use the PR template
  • Clearly describe the content, its topic, and usefulness

🗂️ Suggested structure

  • 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 above

    Important

    If your contribution is a solved exercise, it MUST include the original problem statement as a comment above the solution.


🧠 Contribution examples

  • ✅ Basic Python exercises using lists
  • ✅ Git and GitHub tutorial for beginners
  • ✅ Challenge: recreate the Spotify interface using HTML/CSS

📌 Basic rules

  • 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

💬 Questions or suggestions?

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.