Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
β’
61e4cf9
1
Parent(s):
2c09bc9
Improve feature request template
Browse files
.github/ISSUE_TEMPLATE/feature_request.md
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
---
|
2 |
-
name: Feature request
|
3 |
-
about: Suggest an idea for this project
|
4 |
-
title: "[Feature]"
|
5 |
-
labels: enhancement
|
6 |
-
assignees: MilesCranmer
|
7 |
-
|
8 |
-
---
|
9 |
-
|
10 |
-
**Is your feature request related to a problem? Please describe.**
|
11 |
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
12 |
-
|
13 |
-
**Describe the solution you'd like**
|
14 |
-
A clear and concise description of what you want to happen.
|
15 |
-
|
16 |
-
**Additional context**
|
17 |
-
Add any other context or screenshots about the feature request here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.github/ISSUE_TEMPLATE/feature_request.yml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Feature request
|
2 |
+
description: Suggest an idea for this project
|
3 |
+
title: "[Feature]: "
|
4 |
+
labels: ["enhancement"]
|
5 |
+
|
6 |
+
body:
|
7 |
+
- type: markdown
|
8 |
+
attributes:
|
9 |
+
value: |
|
10 |
+
Thanks for taking the time to suggest a feature for PySR! Your interest in the project helps improve the software for everyone π
|
11 |
+
- type: textarea
|
12 |
+
id: feature
|
13 |
+
attributes:
|
14 |
+
label: Feature Request
|
15 |
+
description: Describe your desired feature request here! The more details the better.
|
16 |
+
validations:
|
17 |
+
required: true
|
18 |
+
- type: markdown
|
19 |
+
attributes:
|
20 |
+
value: |
|
21 |
+
Be sure to check out the [PySR forums](https://github.com/MilesCranmer/PySR/discussions) to chat with other users about PySR use-cases!
|
22 |
+
|