diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..38b4e02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +> Please use https://stackoverflow.com/questions/tagged/fenom for all your general questions or troubleshooting! + +> +> *Warning*: Failing to provide necessary information may cause the issue to be closed without consideration + +### I found this bug / would like to have this new functionality + + +### This is Fenom and PHP version and environment (server/fpm/cli etc) I am using + + +### This is a template code snippet I use + +``` +{var x=10} +{Calc x=10 y=20} + +```