mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
8549092670
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
45 lines
2.5 KiB
YAML
45 lines
2.5 KiB
YAML
-
|
|
task: "Prioritize for next sprint" # Title that will actually show in rituals table
|
|
startedOn: "2023-09-04" # Needs to align with frequency e.g. if frequency is every thrid Thursday startedOn === any third thursday
|
|
frequency: "Triweekly"
|
|
description: "Drag next sprint's priorities to the top of the 'Not yet' column." # example of a longer thing: description: "[Prioritizing next sprint](https://fleetdm.com/handbook/company/communication)"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/company/why-this-way#why-make-work-visible" #URL used to highlight "description:" test in table
|
|
dri: "mikermcneil" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title)
|
|
autoIssue: # Enables automation of GitHub issues
|
|
labels: [ "#g-marketing" ] # label to be applied to issue
|
|
-
|
|
task: "Optimize ads"
|
|
startedOn: "2023-09-25"
|
|
frequency: "Biweekly"
|
|
description: "Apply an ad variation to each ad every two weeks."
|
|
moreInfoUrl: "https://fleetdm.com/handbook/marketing#optimize-ads-through-experimentation"
|
|
dri: "DrewBakerfdm"
|
|
-
|
|
task: "Process pending swag requests from the website" # Title that will actually show in rituals table
|
|
startedOn: "2023-09-20" # Needs to align with frequency e.g. if frequency is every thrid Thursday startedOn === any third thursday
|
|
frequency: "Weekly" # must be supported by
|
|
description: "Complete draft orders." # example of a longer thing: description: "[Prioritizing next sprint](https://fleetdm.com/handbook/company/communication)"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/marketing#process-pending-swag-requests-from-the-website" #URL used to highlight "description:" test in table
|
|
dri: "drewbakerfdm" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title)
|
|
-
|
|
task: "Engage with the community"
|
|
startedOn: "2023-09-20"
|
|
frequency: "Daily"
|
|
description: "Find relevant conversations with the community and contribute"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/marketing#engage-with-the-community"
|
|
dri: "drewbakerfdm"
|
|
-
|
|
task: "Review ongoing events"
|
|
startedOn: "2023-10-02"
|
|
frequency: "Daily"
|
|
description: "Check 🗓️ Planned events and complete steps in each issue"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/marketing#review-ongoing-events"
|
|
dri: "drewbakerfdm"
|
|
-
|
|
task: "Book an event"
|
|
startedOn: "2023-10-02"
|
|
frequency: "Weekly"
|
|
description: "Populate 🗓️ Ideas for future events"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/marketing#book-an-event"
|
|
dri: "drewbakerfdm"
|