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

fix: update issue template fields and Discord link #1498

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

mrT23
Copy link
Collaborator

@mrT23 mrT23 commented Jan 28, 2025

PR Type

Enhancement, Documentation


Description

  • Updated Discord community link in issue template configuration.

  • Added optional labels to fields in miscellaneous issue template.


Changes walkthrough 📝

Relevant files
Documentation
config.yml
Update Discord community link in configuration                     

.github/ISSUE_TEMPLATE/config.yml

  • Updated the Discord community link to a new URL.
+1/-1     
Enhancement
miscellaneous.yml
Add optional labels to miscellaneous fields                           

.github/ISSUE_TEMPLATE/miscellaneous.yml

  • Added "(optional)" to the Git provider label.
  • Added "(optional)" to the System Info label.
  • +2/-2     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link
    Contributor

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Score
    General
    Use Discord invite link format

    Consider using an invite link format (discord.gg/...) instead of a direct channel
    link, as channel links may not work for users who haven't joined the server yet.

    .github/ISSUE_TEMPLATE/config.yml [9]

    -url: https://discord.com/channels/1057273017547378788/1126104260430528613
    +url: https://discord.gg/your-invite-code
    • Apply this suggestion
    Suggestion importance[1-10]: 9

    Why: The suggestion correctly identifies a critical usability issue - direct Discord channel links won't work for users who haven't joined the server, effectively blocking new users from accessing the community. Using an invite link is essential for proper Discord community access.

    9
    • Author self-review: I have reviewed the PR code suggestions, and addressed the relevant ones.

    @mrT23 mrT23 merged commit f383709 into main Jan 28, 2025
    2 checks passed
    @mrT23 mrT23 deleted the tr/issue_formatting branch January 28, 2025 08:07
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants