Unverified Commit c4dc3e02 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix minor typo in bug report template (#4503)

parent ff126ae2
...@@ -12,7 +12,7 @@ body: ...@@ -12,7 +12,7 @@ body:
description: | description: |
Please provide a clear and concise description of what the bug is. Please provide a clear and concise description of what the bug is.
If relevant, add a minimal example so that we can reproduce the error by running the code. It is very important for he snippet to be as succinct (minimal) as possible, so please take time to trim down any irrelevant code to help us debug efficiently. We are going to copy-paste your code and we expect to get the same result as you did: avoid any external data, and include the relevant imports, etc. For example: If relevant, add a minimal example so that we can reproduce the error by running the code. It is very important for the snippet to be as succinct (minimal) as possible, so please take time to trim down any irrelevant code to help us debug efficiently. We are going to copy-paste your code and we expect to get the same result as you did: avoid any external data, and include the relevant imports, etc. For example:
```python ```python
# All necessary imports at the beginning # All necessary imports at the beginning
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment