Skip to content

Commit

Permalink
Replace placeholder with value
Browse files Browse the repository at this point in the history
for some fields in bug report template.

[ci skip] [rtd skip]
  • Loading branch information
pllim authored Jan 29, 2023
1 parent 997f9d4 commit f1044f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
attributes:
label: How to Reproduce
description: Please provide steps to reproduce this bug. Include screenshots if they help explain the problem.
placeholder: |
value: |
1. Get package from '...'
2. Then run '...'
3. An error occurs.
Expand All @@ -50,18 +50,18 @@ body:
- type: input
attributes:
label: Browser
placeholder: e.g., Chrome 88
placeholder: Chrome 88
- type: textarea
attributes:
label: Jupyter
description: Jupyter environment information.
placeholder: |
value: |
jupyter --version
- type: textarea
attributes:
label: Software versions
description: Version of relevant packages.
placeholder: |
value: |
import platform; print(platform.platform())
import sys; print("Python", sys.version)
import numpy; print("Numpy", numpy.__version__)
Expand Down

0 comments on commit f1044f4

Please sign in to comment.