forked from sjnims/plugin-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
21 lines (18 loc) · 1 KB
/
config.yml
File metadata and controls
21 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
blank_issues_enabled: false
contact_links:
# 1. Documentation first - many issues are answered here
- name: Documentation & Troubleshooting
url: https://github.com/kylesnowschwartz/plugin-dev/blob/main/README.md
about: Full documentation, usage examples, and troubleshooting guide (docs/troubleshooting.md)
# 2. Contributing Guidelines - for those wanting to contribute
- name: Contributing Guidelines
url: https://github.com/kylesnowschwartz/plugin-dev/blob/main/CONTRIBUTING.md
about: Learn how to contribute, coding standards, and pull request process
# 3. GitHub Discussions - preferred for questions
- name: GitHub Discussions
url: https://github.com/kylesnowschwartz/plugin-dev/discussions
about: Ask questions, share ideas, and get help from the community
# 4. Claude Code Documentation - official plugin development docs
- name: Claude Code Documentation
url: https://code.claude.com/docs/en/overview
about: Official Claude Code documentation for plugin development