atlas/tickets/TICKET_TEMPLATE.md
ilia 7c633a02ed Initialize project structure with essential files and documentation
- Added .cursorrules for project guidelines and context
- Created README.md for project overview and goals
- Established ARCHITECTURE.md for architectural documentation
- Set up tickets directory with initial ticket management files
- Included .gitignore to manage ignored files and directories

This commit lays the foundation for the Atlas project, ensuring a clear structure for development and collaboration.
2026-01-05 20:09:44 -05:00

861 B

Ticket Template

Use this template when creating new tickets.

Ticket Information

  • ID: [e.g., TICKET-001]
  • Title: [Brief, descriptive title]
  • Type: [Feature / Bug / Enhancement / Documentation / Refactor]
  • Priority: [High / Medium / Low]
  • Status: [Backlog / Todo / In Progress / Review / Done]
  • Created: [Date]
  • Assigned: [Name/Team]

Description

[Detailed description of what needs to be done]

Acceptance Criteria

  • Criterion 1
  • Criterion 2
  • Criterion 3

Technical Details

[Technical implementation details, architecture considerations, etc.]

Dependencies

[Other tickets or work items this depends on]

[Links to relevant code files, documentation, etc.]

Notes

[Additional notes, questions, or considerations]

Progress Log

  • [Date] - [Action taken or update]