mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Created ISSUE_TEMPLATE directory with 6 specialized templates - Bug report template with environment and severity tracking - Feature request template aligned with data-driven architecture - Documentation improvement template - Package request template for MetaBuilder's package system - DBAL-specific issue template for TS/C++ implementations - Configuration file with links to docs and discussions - Comprehensive PR template with architecture checklists - All templates include MetaBuilder-specific considerations: * Multi-tenant safety checks * Permission level targeting (Levels 1-6) * DBAL usage requirements * Data-driven architecture alignment * Package system conventions Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
12 lines
546 B
YAML
12 lines
546 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 📚 Documentation
|
|
url: https://github.com/johndoe6345789/metabuilder/tree/main/docs
|
|
about: Check our comprehensive documentation for guides and architecture details
|
|
- name: 💬 Discussions
|
|
url: https://github.com/johndoe6345789/metabuilder/discussions
|
|
about: Ask questions and discuss ideas with the community
|
|
- name: 🔒 Security Issues
|
|
url: https://github.com/johndoe6345789/metabuilder/security/advisories/new
|
|
about: Report security vulnerabilities privately
|