PySR / .github /ISSUE_TEMPLATE /feature_request.yml
MilesCranmer's picture
Add pre-commit hooks: whitespace, eof, yaml
e7941a7 unverified
raw
history blame contribute delete
714 Bytes
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!