Add comprehensive issue templates for teachers to simplify change requests#12
Merged
GabbrielLopes merged 2 commits intomainfrom Oct 7, 2025
Merged
Conversation
Co-authored-by: GabbrielLopes <101233353+GabbrielLopes@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add issue templates for teacher change requests
Add comprehensive issue templates for teachers to simplify change requests
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Teachers are not comfortable modifying the codebase directly and are unsure what information to include in issues when requesting changes. This creates friction in the development process and can lead to incomplete or unclear change requests.
Solution
Created a comprehensive set of 6 GitHub issue templates that guide teachers through submitting well-structured change requests for common tasks. Each template auto-assigns to @copilot and ensures all necessary information is captured upfront.
Templates Created
1. 🎓 Nova Atividade Extracurricular
For creating new extracurricular activities with all required details (name, description, type, schedule, capacity).
2. ✏️ Modificar Atividade Existente
For modifying existing activities - supports changing name, description, schedule, days, capacity, and type.
3. 🐛 Reportar Problema
For reporting bugs with complete information including area, description, expected behavior, reproduction steps, and severity.
4. 👥 Gerenciar Inscrições de Estudantes
For bulk student registration management - add, remove, or clear student enrollments.
5. 👨🏫 Gerenciar Professores
For managing teacher accounts - add, modify, remove teachers or reset passwords with proper security guidance.
6. 💡 Melhorias e Novas Funcionalidades
For requesting new features with clear problem statements, proposed solutions, and acceptance criteria.
Template Structure
Each template follows best practices and includes:
Additional Documentation
README.md - Comprehensive 201-line guide with:
config.yml - Template configuration that:
Impact
Teachers can now:
Files Changed
All templates have been validated for proper YAML syntax and are ready for immediate use.
Closes #[issue-number]
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.