1
0

config.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Prevent issues being created without using the template
  2. blank_issues_enabled: false
  3. checkIssueTemplate: true
  4. checkPullRequestTemplate: true
  5. contact_links:
  6. - name: 💬 Discord Chat
  7. url: https://discord.gg/8GuAdwDhj6
  8. about: Ask questions and discuss with other Vben users in real time.
  9. - name: ❓ Questions & Discussions
  10. url: https://github.com/@vbenjs/vue-vben-admin/discussions
  11. about: Use GitHub discussions for message-board style questions and discussions.
  12. # Comment to be posted to on PRs from first time contributors in your repository
  13. newPRWelcomeComment: |
  14. 💖 Thanks for opening this pull request! 💖
  15. Please be patient and we will get back to you as soon as we can.
  16. # Comment to be posted to on pull requests merged by a first time user
  17. firstPRMergeComment: >
  18. Thanks for your contribution! 🎉🎉🎉
  19. # Comment to be posted to on first time issues
  20. newIssueWelcomeComment: >
  21. Thanks for opening your first issue! Be sure to follow the issue template and provide every bit of information to help the developers!
  22. # *OPTIONAL* default titles to check against for lack of descriptiveness
  23. # MUST BE ALL LOWERCASE
  24. requestInfoDefaultTitles:
  25. - update readme.md
  26. - updates
  27. # *Required* Comment to reply with
  28. requestInfoReplyComment: >
  29. Thanks for filing this issue/PR! It would be much appreciated if you could provide us with more information so we can effectively analyze the situation in context.