-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Add a Discord link to the docs #870
Conversation
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.
I tried the discord link, but it does not land me in any server or channels? Is it a temporary link perhaps?
You need to generate a non-expiring invite link to a specific channel. |
This change adds a Discord link to our docs in the contributing section so users know where they can reach out for questions and discussion. Closes #775 Signed-off-by: Eric Brown <[email protected]>
Thank you, I believe the new link should work better. |
.. _`Source code`: https://github.com/PyCQA/bandit | ||
.. _`Issue tracker`: https://github.com/PyCQA/bandit/issues | ||
.. _`Discord`: https://discord.gg/qYxpadCgkx |
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.
Believe it or not, these don't need the backticks around them, they can be more simply:
.. _Source code: ...
.. _Issue tracker: ...
.. _Discord: ...
but that's not important
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.
I notice in my IDE at least, it will de-highlight the line as if it's a comment or hidden text when using the back ticks. That might help to inform people these lines are not intended to be visible, just for link mapping.
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.
I think that's a bug with your IDE not supporting a superior documentation format then ;)
This change adds a Discord link to our docs in the contributing
section so users know where they can reach out for questions
and discussion.
Closes #775
Signed-off-by: Eric Brown [email protected]