diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ddd00ec..6aa9452 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,9 +14,9 @@ A clear and concise description of what the bug is. **To Reproduce** Please provide a minimal julia code example which reproduces the behavior (bug, performance regression, ...). -An example is reproducible if it includes all steps allow somebody else to get the same behavior as you are observing. +An example is reproducible if it includes all steps allowing somebody else to get the same behavior as you are observing. If your example needs a data set, reduce the size of the data so that it can be easily shared. If your dataset is private, -try to reproduce the error with a public available dataset or random data. Do not send large files via emails. +try to reproduce the error with a public available dataset or random data. Do not send large files via email, but provide a download link to the data in the issue report. **Expected behavior** A clear and concise description of what you expected to happen.