[be1279]: / .github / ISSUE_TEMPLATE / feature-request.yml

Download this file

64 lines (58 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: Feature request
description: Propose a feature
title: "[Feature] <Title>"
labels: ["triage", "feature"]
body:
- type: textarea
attributes:
label: Problem & Motivation
description: What problem does this solve?
placeholder: |
- Problem description
- Current pain points
- Related issues
validations:
required: true
- type: input
id: version
attributes:
label: BioNeMo Framework Version
description: What version or commit hash of the framework are you using? Please, specify a commit hash or version tag. Do not use 'latest', 'ToT' or 'nightly' as a reference.
placeholder: commit-hash or version tag, ie v1.2.3.
validations:
required: true
- type: dropdown
attributes:
label: Category
options:
- Model/Training
- Data Processing
- Inference
- API/Interface
- Other
validations:
required: true
- type: textarea
attributes:
label: Proposed Solution
description: Technical approach
placeholder: |
- Implementation details
- Required changes
- Performance impact
validations:
required: true
- type: textarea
attributes:
label: Expected Benefits
description: Quantify improvements
placeholder: |
- Performance gains
- Resource savings
validations:
required: true
- type: textarea
attributes:
label: Code Example
description: Example code/pseudocode
render: python