Features: - PHP 8.4 support (from 8.3) - WordPress 7.0 (auto-update via WP-CLI) - Modern TLS 1.3 cipher suites (2026 best practices) - Fail2Ban security integration (5 jails: SSH, Nginx, WordPress, recidive) - Auto-update cron job for WordPress (weekly Minor updates) - Debian 14 Forky support (testing) - Ubuntu 25.04 support - Python 3.12 in GitHub Actions Security: - Fail2Ban with SSH brute force protection (24h ban) - WordPress wp-login.php protection (2h ban) - Nginx bot scanner protection - Recidive jail for repeat offenders (1 week ban) - Modern TLS ciphers (AEAD only) - HSTS 2 years for preload Documentation: - docs/autoupdate.md - WordPress auto-update guide - docs/fail2ban.md - Fail2Ban configuration guide - docs/troubleshooting.md - Updated with php_version variable Breaking changes: - PHP 8.4 is now the default (requires Ubuntu 20.04+ or Debian 11+)
99 lines
2.7 KiB
YAML
Executable File
99 lines
2.7 KiB
YAML
Executable File
name: 🚀 Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement", "needs-triage"]
|
|
assignees: []
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a new feature! Please provide as much detail as possible.
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Pre-check
|
|
description: Please confirm you have done the following
|
|
options:
|
|
- label: I have searched existing issues to make sure this is not a duplicate
|
|
required: true
|
|
- label: I have checked the project roadmap and documentation
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: feature-type
|
|
attributes:
|
|
label: Feature Type
|
|
description: What type of feature is this?
|
|
options:
|
|
- New Playbook
|
|
- Operating System Support
|
|
- Security Enhancement
|
|
- Performance Improvement
|
|
- WordPress Feature
|
|
- Documentation
|
|
- CI/CD Enhancement
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem Description
|
|
description: Is your feature request related to a problem? Please describe.
|
|
placeholder: "I'm always frustrated when..."
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the solution you'd like
|
|
placeholder: "I would like to see..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Describe any alternative solutions or features you've considered
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use Case
|
|
description: Describe your use case and how this feature would help
|
|
placeholder: "This would help me/users to..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
description: How important is this feature to you?
|
|
options:
|
|
- Low - Nice to have
|
|
- Medium - Would be helpful
|
|
- High - Important for my use case
|
|
- Critical - Blocking my workflow
|
|
|
|
- type: checkboxes
|
|
id: contribution
|
|
attributes:
|
|
label: Contribution
|
|
description: Are you willing to contribute to this feature?
|
|
options:
|
|
- label: I would like to work on this feature
|
|
- label: I can help with testing
|
|
- label: I can help with documentation
|
|
- label: I can provide feedback during development
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context, screenshots, or examples about the feature request
|