-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change repo name to mattermost-plugin-mscalendar #22
Conversation
**`System Console` > `PLUGINS` > `MS Office Calendar`** | ||
|
||
- [ ] (TODO: rename in plugin settings - currently `TODO:name`) | ||
**`System Console` > `PLUGINS` > `Microsoft Calendar`** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README display name change
"description": "TODO: description.", | ||
"id": "com.mattermost.mscalendar", | ||
"name": "Microsoft Calendar", | ||
"description": "Microsoft Calendar Integration", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugin.json display name changes
CommandTrigger = "msoffice" | ||
ApplicationName = "Microsoft Calendar" | ||
Repository = "mattermost-plugin-mscalendar" | ||
CommandTrigger = "mscalendar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bot and command display name changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest mscal
for command? @aaronrothschild
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(can be a separate change though, not blocking for this PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CommandTrigger = "msoffice" | ||
ApplicationName = "Microsoft Calendar" | ||
Repository = "mattermost-plugin-mscalendar" | ||
CommandTrigger = "mscalendar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest mscal
for command? @aaronrothschild
CommandTrigger = "msoffice" | ||
ApplicationName = "Microsoft Calendar" | ||
Repository = "mattermost-plugin-mscalendar" | ||
CommandTrigger = "mscalendar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(can be a separate change though, not blocking for this PR)
Summary
This PR renames the repo from
*msoffice
to*mscalendar
, as the plugin is specific to Microsoft Calendar part of the Microsoft Office suite.Various display name changes in:
Ticket Link
https://mattermost.atlassian.net/browse/MM-21531