diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:03:59 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:11:01 +0100 |
| commit | 65c3db86256b3907404623fe1c52e01c9d12ff97 (patch) | |
| tree | 8cb2d3b063980a9ea7bf4f42806d83e3f6134355 /.github | |
| parent | a7694e299a331bd8c4826b2402ee68cd6f83d8f9 (diff) | |
| download | afl++-65c3db86256b3907404623fe1c52e01c9d12ff97.tar.gz | |
Fix punctuation in connection with "e.g."
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 31152cd2..0d80f4a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,8 +8,9 @@ assignees: '' --- **IMPORTANT** -1. You have verified that the issue to be present in the current `dev` branch -2. Please supply the command line options and relevant environment variables, e.g. a copy-paste of the contents of `out/default/fuzzer_setup` +1. You have verified that the issue to be present in the current `dev` branch. +2. Please supply the command line options and relevant environment variables, + e.g., a copy-paste of the contents of `out/default/fuzzer_setup`. Thank you for making AFL++ better! |
