Add a common task alias and a couple internal task shortcuts
This commit is contained in:
parent
41d9655e8c
commit
85a38e9fd4
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue