Spaces:
Sleeping
Sleeping
File size: 714 Bytes
61e4cf9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature for PySR! Your interest in the project helps improve the software for everyone 🚀
- type: textarea
id: feature
attributes:
label: Feature Request
description: Describe your desired feature request here! The more details the better.
validations:
required: true
- type: markdown
attributes:
value: |
Be sure to check out the [PySR forums](https://github.com/MilesCranmer/PySR/discussions) to chat with other users about PySR use-cases!
|