File: /home/frenchy/www/french-american.org/current/node_modules/@frctl/fractal/.github/ISSUE_TEMPLATE.md
Have you read Fractal's [Code of Conduct](/.github/CODE_OF_CONDUCT.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect
Do you want to ask a question? Are you looking for support? The Fractal Slack channel is the best place for getting support: https://fractalize.slack.com
### Prerequisites
* [ ] Put an X between the brackets on this line if you have done all of the following:
* Checked the Fractal Documentation for information about your issue: https://fractal.build/guide
* Checked that your issue isn't already filed: https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+user%3Afrctl
### Description
[Description of the issue]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expect to happen]
**Actual behavior:** [What actually happens]
**Reproduces how often:** [What percentage of the time does it reproduce?]
**Reduced test case:** (if relevant) - this might be a link to a gist of your `fractal.js` file, or a git repo for more complex issues
### Versions
* What version of Fractal are you running? (run `npm list @frctl/fractal` / `yarn list @frctl/fractal`
* What version of Node.js are you running? (run `node -v`)
### Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.