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

Updated issue link for info #392

Merged
merged 2 commits into from
Sep 25, 2022
Merged

Conversation

SaurontheMighty
Copy link
Member

@SaurontheMighty SaurontheMighty commented Sep 25, 2022

Summary of Changes

Changed the issue link in /commandDetails/miscellaneous/info to https://github.com/uwcsc/codeybot/issues/new?assignees=&labels=request&template=feature_request.md&title=%5BFEATURE%5D

Motivation and Explanation

More relevant page for someone that wants to request a feature.

Related Issues

Resolves #278

Steps to Reproduce

/info command

Demonstration of Changes

image

Further Information and Comments

Copy link
Collaborator

@mcpenguin mcpenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -20,7 +20,7 @@ const getInfoEmbed = async (): Promise<MessageEmbed> => {
.setURL(githubRepositoryInfo.html_url)
.setThumbnail(githubRepositoryInfo.owner.avatar_url)
.setDescription(
'Links to issue templates: https://github.com/uwcsc/codeybot/tree/main/.github/ISSUE_TEMPLATE',
'Links to issue templates: https://github.com/uwcsc/codeybot/issues/new?assignees=&labels=request&template=feature_request.md&title=%5BFEATURE%5D',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to also change Links to issue templates to Make a feature request?

Copy link
Collaborator

@Picowchew Picowchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@SaurontheMighty SaurontheMighty merged commit 59f1e32 into main Sep 25, 2022
@SaurontheMighty SaurontheMighty deleted the 278-change-info-issue-template branch September 25, 2022 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

change info issue template to make new issue link
3 participants