X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=89de5e5d3940796c90206cc83e0f133d73797d46;hb=c2a9d1e6b13e022fff545aa58ed74ba231402fc0;hp=82d944be0ca07b3efd903731eef749820cb7e441;hpb=253f3064f2bfc1079f5c4442af3b9be46597ba99;p=poolifier.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82d944be..89de5e5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: BUG_ labels: '' assignees: '' - --- **Describe the bug** @@ -12,6 +11,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -24,16 +24,19 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] **Additional context** - - If you can please specify at least a draft of your worker( if it is an async function or not is also important) - - Indicate which pool type are you using (i.e. FixedThreadPool ) and with which options ( num of thread, and so on ) + +- If you can please specify at least a draft of your worker( if it is an async function or not is also important) +- Indicate which pool type are you using (i.e. FixedThreadPool ) and with which options ( num of thread, and so on )