Skip to content

Commit 1207002

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] Fix minor typo in bug report template (#4503)
Reviewed By: prabhat00155, NicolasHug Differential Revision: D31309547 fbshipit-source-id: 094ec2e668a7d045aabe33bc0814b0bbd747c40a
1 parent 5a0f473 commit 1207002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
description: |
1313
Please provide a clear and concise description of what the bug is.
1414
15-
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:
15+
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:
1616
1717
```python
1818
# All necessary imports at the beginning

0 commit comments

Comments
 (0)