Skip to content
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

Update __init__.py to better describe the app in the UI #173

Merged
merged 4 commits into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/173.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update App description.
6 changes: 5 additions & 1 deletion nautobot_chatops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ class NautobotChatOpsConfig(PluginConfig):
version = __version__
author = "Network to Code"
author_email = "[email protected]"
description = "A plugin providing chatops capabilities."
description = """
Nautobot App that is a multi-platform chatbot supporting Slack, MS Teams, Webex Teams,
and Mattermost that simplifies creating chat commands with pre-defined design patterns.
Includes the 'nautobot' command that simplifies fetching and updating data in Nautobot.
"""
base_url = "chatops"
required_settings = []
default_settings = {
Expand Down