Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Bug Report
description: Let us know about a problem
body:
- type: markdown
attributes:
value: |
> WARNING: DON'T CREATE SECURITY ISSUE here, use [this form](https://www.yiiframework.com/security) instead.
- type: textarea
id: description
attributes:
label: Description
description: Provide a detailed description of the issue. Include all relevant information to help us understand and reproduce the problem.
validations:
required: true
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Feature request
description: Suggest an idea for improvement
body:
- type: textarea
attributes:
label: Proposed new feature or change
description: |
Describe the feature and explain why it's needed.
validations:
required: true
Comment on lines +4 to +10
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/03-documentation-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Documentation Issue
description: Report documentation issues or suggest improvements
body:
- type: textarea
id: description
attributes:
label: Description
description: Describe the issue and what you expected to find.
validations:
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Yii Community
url: https://www.yiiframework.com/community
about: Join our friendly and helpful Yii community!
Loading