mirror of
https://github.com/logos-messaging/pm.git
synced 2026-01-09 01:23:06 +00:00
23 lines
661 B
Markdown
23 lines
661 B
Markdown
---
|
|
name: Deliverable Issue Template
|
|
about: Deliverable issue
|
|
title: "[Deliverable] "
|
|
labels: Deliverable
|
|
assignees: ''
|
|
|
|
---
|
|
<!-- Use GitHub Project fields "due date" and "planned start" to set dates -->
|
|
<!-- Assignees should be the team leads for the teams involved in the Deliverable -->
|
|
<!-- Link issues related to the Deliverable as Sub-Issues -->
|
|
|
|
## Summary
|
|
|
|
<!-- Provide a high level summary of the Deliverable -->
|
|
|
|
### Checklist
|
|
|
|
- [ ] Specs: link to specs and/or API definition
|
|
- [ ] Code: link to GitHub issues/PRs/Epic
|
|
- [ ] Dogfood: link to dogfooding session/artefact
|
|
- [ ] Docs: links to README.md or logos dosc
|
|
- [ ] C-API: Ensure C-API is usable |