Intro
Welcome to AntAgents Dev Docs, here you get started with development.
- Understand the framework
- How to create backlogs using Todo
- How to push ChangeLogs
How to write Todo (Sample)
Column Name
- Task title ~3d #type @name yyyy-mm-dd
- Sub-task or description
Completed Column ✓
- Completed task title
### Column Name
- [ ] Task title ~3d #type @name yyyy-mm-dd
- [ ] Sub-task or description
### Completed Column ✓
- [x] Completed task title
How to write ChangeLog (Sample)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] - yyyy-mm-dd
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.
Added
- PROJECTNAME-XXXX MINOR Ticket title goes here.
- PROJECTNAME-YYYY PATCH Ticket title goes here.
Changed
Fixed
### [Unreleased] - yyyy-mm-dd
Here we write upgrading notes for brands. It's a team effort to make them as
straightforward as possible.
**Added**
- [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX)
MINOR Ticket title goes here.
- [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY)
PATCH Ticket title goes here.
**Changed**
**Fixed**
[1.2.4] -2025-03-15
Here we would have the update steps for 1.2.4 for people to follow.
Added
Changed
- PROJECTNAME-ZZZZ PATCH Drupal.org is now used for composer.
Fixed
- PROJECTNAME-TTTT PATCH Add logic to runsheet teaser delete to delete corresponding schedule cards.
### [1.2.4] -2025-03-15
Here we would have the update steps for 1.2.4 for people to follow.
**Added**
**Changed**
- [PROJECTNAME-ZZZZ](http://tickets.projectname.com/browse/PROJECTNAME-ZZZZ)
PATCH Drupal.org is now used for composer.
**Fixed**
- [PROJECTNAME-TTTT](http://tickets.projectname.com/browse/PROJECTNAME-TTTT)
PATCH Add logic to runsheet teaser delete to delete corresponding
schedule cards.
[1.0.2] -2025-03-14
Added
Changed
Fixed
- PROJECTNAME-UUUU MINOR Fix module foo tests
- PROJECTNAME-RRRR MAJOR Module foo's timeline uses the browser timezone for date resolution
### [1.0.1] -2025-03-14
**Added**
**Changed**
**Fixed**
- [PROJECTNAME-UUUU](http://tickets.projectname.com/browse/PROJECTNAME-UUUU)
MINOR Fix module foo tests
- [PROJECTNAME-RRRR](http://tickets.projectname.com/browse/PROJECTNAME-RRRR)
MAJOR Module foo's timeline uses the browser timezone for date resolution