Add a common task alias and a couple internal task shortcuts

This commit is contained in:
benjamin melançon 2022-03-07 21:41:59 -05:00
parent 41d9655e8c
commit 85a38e9fd4

View file

@ -139,6 +139,8 @@ compound_project_tasks = {
"Internal — Contributing back to the community": ["Contrib", "Agaric: contrib", "Contributing", "Agaric contrib", "Agaric contributions"],
"Internal — Conferences & Meetups": ["Conference", "Camps", "Camp", "Conferences", "meetup", "meetups"],
"Internal — Documentation": ["documentation", "docs", "documenting"],
"Internal — Other": ["other"],
"Internal — Overhead": ["overhead"],
"Internal — Personal Learning": ["Learning", "Personal learning"],
"Internal — Presentations": ["presentations", "presentation"],
"Internal — Network Engagement": ["Network Engagement", "network engagement", "Network engagment", "Social media", "Network building", "Agaric network engagement", "AgaricNetwork Engagement"],
@ -217,6 +219,7 @@ subproject_names = {
"Contributing back to the community": ["contrib", "contributing", "contributions"],
"Not billed": ["nb"],
"Planning": ["plan", "meeting", "pm", "project management"],
"Quality Assurance": ["qa", "quality"],
}
for preferred, alternatives in subproject_names.items():
alternatives.append(preferred)