diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md deleted file mode 100644 index 6519650b9..000000000 --- a/.github/ISSUE_TEMPLATE/general-question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: General question -about: Is there something unclear, undocumented, or that you cannot figure how to - achieve? -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/installation-errors.md b/.github/ISSUE_TEMPLATE/installation-errors.md deleted file mode 100644 index e724a9a84..000000000 --- a/.github/ISSUE_TEMPLATE/installation-errors.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Installation errors -about: You did not manage to install Smilei or have it run normally -title: '' -labels: installation -assignees: '' - ---- - - - * Need help regarding installation? - Read this doc first: https://smileipic.github.io/Smilei/installation.html - - * Issues installing C++, MPI, HDF5 or python? - Please refer to your system administrator first. - - * If you are still in trouble, please provide the result of these commands in the issue: - git describe --all --long - make config=verbose - make env - echo $LD_LIBRARY_PATH # on mac: echo $DYLD_LIBRARY_PATH - python -m sysconfig - ldd smilei -