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
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/blueprint_proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Blueprint Proposal
description: Propose a new evaluation blueprint
labels: ["enhancement"]
body:
- type: textarea
id: topic
attributes:
label: Domain / topic
description: What area should the blueprint evaluate?
validations:
required: true

- type: textarea
id: why
attributes:
label: Why it matters
description: Why is this evaluation important for the community?
validations:
required: true

- type: textarea
id: models
attributes:
label: Target models
description: Which models should be tested, if known?
validations:
required: false

- type: textarea
id: rubric
attributes:
label: Draft points / rubric
description: Sketch the scoring criteria and expected decision points.
validations:
required: false

- type: textarea
id: sources
attributes:
label: Links and sources
description: Supporting evidence, references, or example cases.
validations:
required: false

- type: markdown
attributes:
value: |
Before proposing, review [docs/BLUEPRINT_FORMAT.md](../../docs/BLUEPRINT_FORMAT.md).
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Feature Request
description: Propose an enhancement for Weval
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What problem are you trying to solve?
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed solution
description: What should the feature do, and where should it live?
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: What other approaches did you consider?
validations:
required: false

- type: textarea
id: scope
attributes:
label: Scope
description: Who benefits, and what is explicitly out of scope?
validations:
required: false