-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add issue templates to this project & the template #262
Conversation
# - id: version | ||
# type: input | ||
# attributes: | ||
# label: Version In Use | ||
# description: |- | ||
# Can be found by | ||
# ```sh | ||
# python -c "import sleplet; print(sleplet.__version__)" | ||
# ``` | ||
# validations: | ||
# required: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to modify this in a different PR once we get the tagging thing working
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds issue templates for this project for:
and also for the template:
These have been copied over & modified from https://github.com/astro-informatics/sleplet. So the [new cool GitHub issue template forms have been tested/tried out](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms].