From d45a11b44ac3c3a11405277ca43f472dbf0b6477 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Sun, 18 Aug 2024 10:51:01 +0200 Subject: [PATCH] docs(#159): mention killall vivify-server --- .github/ISSUE_TEMPLATE/bug-report.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 7a907ae2..6f12d7a8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -32,6 +32,8 @@ assignees: '' > My operating system is: + + > Running `viv --version` outputs: ```txt @@ -40,6 +42,12 @@ output goes here > I installed Vivify in the following way (e.g. name of the package manager, self-compiled or development mode): -> This is what happens when I run `vivify-server` at the absolute installation path instead of `viv` and try to reproduce the problem: + + +> This is what happens when I kill any running instance of Vivify with `killall vivify-server` and then run `vivify-server` at the absolute installation path instead of `viv` and try to reproduce the problem: + + > In the following I specify if I use any custom configuration, and if so provide it in its entirety including any additional files referenced there (e.g. CSS or JavaScript): + +