Skip to content

Commit 4f4ea07

Browse files
author
JohnGilhuly
authored
chore: Update Bug and Enhancement request forms (#7113)
* Update bug.yml for phoenix cloud * Replace feature request with yml version
1 parent daa490e commit 4f4ea07

3 files changed

Lines changed: 56 additions & 24 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug report
1+
name: 🐛 Bug Report
22
description: Help us improve Phoenix by reporting a bug
33
title: "[BUG]: "
44
labels: ["bug", "triage"]
@@ -18,7 +18,7 @@ body:
1818
id: version
1919
attributes:
2020
label: What version of Phoenix are you using?
21-
placeholder: e.g. 8.0.0, Cloud
21+
placeholder: e.g. 8.0.0
2222
description: You may be able to find this by running "pip show arize-phoenix"
2323
validations:
2424
required: true
@@ -33,9 +33,9 @@ body:
3333
id: python-version
3434
attributes:
3535
label: What version of Python are you running Phoenix with?
36-
placeholder: e.g. 3.13, Cloud
36+
placeholder: e.g. 3.13
3737
validations:
38-
required: true
38+
required: false
3939
- type: input
4040
id: instrumentation-runtime
4141
attributes:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 💡 Feature Request
2+
description: Suggest an idea for this project
3+
title: "[ENHANCEMENT]: "
4+
labels: ["enhancement", "triage"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to suggest a new feature!
11+
12+
- type: textarea
13+
id: problem
14+
attributes:
15+
label: Is your feature request related to a problem? Please describe.
16+
description: A clear and concise description of what the problem is.
17+
placeholder: I'm always frustrated when [...]
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: solution
23+
attributes:
24+
label: Describe the solution you'd like
25+
description: A description of what you want to happen.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: alternatives
31+
attributes:
32+
label: Describe any alternative solutions you've considered
33+
description: A clear and concise description of any alternative solutions or features you've considered.
34+
validations:
35+
required: false
36+
37+
- type: textarea
38+
id: additional-context
39+
attributes:
40+
label: Additional context
41+
description: Add any other context or screenshots about the feature request here.
42+
validations:
43+
required: false
44+
45+
- type: input
46+
id: social-handle
47+
attributes:
48+
label: Social Media Handle
49+
description: If you'd like to be recognized for suggesting a new feature that makes it into Phoenix
50+
placeholder: "Optional"
51+
validations:
52+
required: false

0 commit comments

Comments
 (0)