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 config.yml #1490

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Update config.yml #1490

merged 3 commits into from
Jan 27, 2025

Conversation

ofir-frd
Copy link
Collaborator

@ofir-frd ofir-frd commented Jan 27, 2025

PR Type

configuration changes


Description

  • Disabled blank issues in the GitHub issue template.

  • Updated the config.yml file for issue management.


Changes walkthrough 📝

Relevant files
Configuration changes
config.yml
Disable blank issues in issue template                                     

.github/ISSUE_TEMPLATE/config.yml

  • Changed blank_issues_enabled from true to false.
  • Adjusted configuration for issue management.
  • +1/-1     

    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
    Add issue template redirect

    Consider providing a custom issue template URL in the config when disabling blank
    issues, to guide users on how to properly submit issues.

    .github/ISSUE_TEMPLATE/config.yml [1-5]

     blank_issues_enabled: false
     version: 0.1
     contact_links:
       - name: Discussions
         url: https://github.com/qodo-ai/pr-agent/discussions
    +  - name: Bug Report Template
    +    url: https://github.com/qodo-ai/pr-agent/issues/new?template=bug_report.md
    +    about: Please use this template for reporting issues
    • Apply this suggestion
    Suggestion importance[1-10]: 7

    Why: Since blank issues are being disabled, adding a template URL is important to guide users on proper issue submission, improving the project's issue management workflow.

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

    @mrT23 mrT23 merged commit d85725c into main Jan 27, 2025
    2 checks passed
    @mrT23 mrT23 deleted the of/issues-fixes branch January 27, 2025 14:25
    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