From cdd3f7811b6dc9c5464c8d080ec9fbd296cdee57 Mon Sep 17 00:00:00 2001 From: Arnaud Beck Date: Wed, 17 Jan 2024 17:20:19 +0100 Subject: [PATCH] Remove 'installation errors' and 'general question' from the gitHub Issues templates --- .github/ISSUE_TEMPLATE/general-question.md | 11 --------- .github/ISSUE_TEMPLATE/installation-errors.md | 24 ------------------- 2 files changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/general-question.md delete mode 100644 .github/ISSUE_TEMPLATE/installation-errors.md 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 -