feat: Enhance GitHub community profile with ALwrity-specific improvements
- Improve CONTRIBUTING.md with detailed setup instructions and ALwrity-specific guidelines - Enhance SUPPORT.md with comprehensive troubleshooting for AI services and GSC integration - Update SECURITY.md with ALwrity-specific security features and considerations - Add issue template configuration and question form for better issue management - Enhance PR template with ALwrity-specific checklist items - Add comprehensive .github/README.md explaining all community health files These improvements provide better contributor experience and project visibility.
This commit is contained in:
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: GitHub Community Support
|
||||
url: https://github.com/AJaySi/ALwrity/discussions
|
||||
about: Please ask and answer questions here.
|
||||
- name: ALwrity Documentation
|
||||
url: https://github.com/AJaySi/ALwrity/wiki
|
||||
about: Check our documentation for setup guides and tutorials.
|
||||
- name: Security Vulnerability
|
||||
url: https://github.com/AJaySi/ALwrity/security/advisories/new
|
||||
about: Report security vulnerabilities privately.
|
||||
56
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
56
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
name: Question
|
||||
description: Ask a question about ALwrity
|
||||
title: "[QUESTION] "
|
||||
labels: ["question", "needs-triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for your question! Please provide as much detail as possible to help us help you.
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: What's your question?
|
||||
description: Please describe your question in detail
|
||||
placeholder: What would you like to know about ALwrity?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Any additional context, screenshots, or information that might help
|
||||
placeholder: Add any relevant context here...
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Which component/feature is this about?
|
||||
description: Select the most relevant component
|
||||
options:
|
||||
- Blog Writer
|
||||
- SEO Dashboard
|
||||
- Content Planning
|
||||
- Facebook Writer
|
||||
- LinkedIn Writer
|
||||
- Onboarding
|
||||
- Authentication
|
||||
- API
|
||||
- Installation/Setup
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: priority
|
||||
attributes:
|
||||
label: Priority
|
||||
description: How urgent is this question?
|
||||
options:
|
||||
- Low (general question)
|
||||
- Medium (affecting workflow)
|
||||
- High (blocking progress)
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user