Skip to content
Open
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "🐞 Bug report"
description: "File a bug to help us improve"
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: reproduce
attributes:
label: "Steps to reproduce"
placeholder: "1. Go to …\n2. Click on …\n3. Observe …"
validations:
required: true
- type: textarea
id: expected
attributes:
label: "Expected behaviour"
placeholder: "Describe what you expected to happen."
validations:
required: true
- type: textarea
id: actual
attributes:
label: "Actual behaviour"
placeholder: "Describe what actually happened."
validations:
required: true
- type: textarea
id: env
attributes:
label: "Environment (OS, browser, version, etc.)"
placeholder: "e.g., Windows 11, Chrome 110, Node.js 20"
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: "❓ Questions / Discussions"
url: "https://github.com/AOSSIE-Org/Perspective/discussions"
about: "Use GitHub Discussions for general questions or support."
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "📖 Documentation update"
description: "Report missing, outdated, or incorrect documentation"
title: "[Docs]: "
labels: ["documentation"]
body:
- type: input
id: page
attributes:
label: "Affected page / section"
placeholder: "e.g., README.md, API guide, paragraph 3"
validations:
required: true
- type: textarea
id: suggestion
attributes:
label: "Suggested change"
placeholder: "Explain what needs to be updated, added, or removed."
validations:
required: true
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "✨ Feature request"
description: "Suggest an idea or improvement for this project"
title: "[Feat]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: "Problem / Motivation"
placeholder: "Describe the problem this feature solves or improves."
validations:
required: true
- type: textarea
id: solution
attributes:
label: "Proposed solution"
placeholder: "Describe the solution or approach you suggest."
validations:
required: true
- type: textarea
id: context
attributes:
label: "Additional context / mock-ups / screenshots"
placeholder: "Provide any extra context, links, or visual examples if applicable."