config.yml 1.1 KB

1234567891011121314151617
  1. blank_issues_enabled: false
  2. contact_links:
  3. - name: Feature Request / Idea
  4. url: https://github.com/Kilo-Org/kilocode/discussions/new?category=1-feature-requests
  5. about: Submit a feature request (check Discussions first to prevent duplicates).
  6. - name: Design Improvement
  7. url: https://github.com/Kilo-Org/kilocode/discussions/categories/2-design-improvements
  8. about: Suggestions for better design (where the current UI/UX is not clear).
  9. - name: Leave a Review
  10. url: https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code&ssr=false#review-details
  11. about: Enjoying Kilo Code? Leave a review here!
  12. - name: Join our Discord
  13. url: https://kilocode.ai/discord
  14. about: Join the community.
  15. # NOTE(JP): I'd really like to have a "blank issue" at the end here, or accessible still through the URL
  16. # but this appears not to be possible due to https://github.com/orgs/community/discussions/14287#discussioncomment-12691930
  17. # and I haven't been able to find a workaround. Instead I've just made bug_report.yml simpler.