From 8203e918fdc15571b8da3e11de7f84de8ec7b357 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 15 Feb 2023 17:15:24 +0100 Subject: [PATCH 1/2] Create issue_template.md --- .github/issue_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..efe1511 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,12 @@ +## Expected behaviour +*Describe what's shoud be happening* + +## Current behaviour +*Describe what's happening* + +## Environment info +**Client tech stack**: *Angular, React, Vue, VanillaJS etc.* +**Server type**: SASJS|SASVIYA|SAS9 +**Login mechanism**: Default|Redirected +**Debug**: true|false +**Use Compute Api (relevant only on VIYA)**: true|false From e4addba762839c4467ad9d4a3f7ca82fb7bbe27f Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:17:02 +0000 Subject: [PATCH 2/2] Update issue_template.md --- .github/issue_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index efe1511..cea3c67 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,11 +1,11 @@ ## Expected behaviour -*Describe what's shoud be happening* +*Describe what should be happening* ## Current behaviour -*Describe what's happening* +*Describe what is actually happening* ## Environment info -**Client tech stack**: *Angular, React, Vue, VanillaJS etc.* +**Client tech stack**: *Angular, React, Vue, VanillaJS, NodeJS etc.* **Server type**: SASJS|SASVIYA|SAS9 **Login mechanism**: Default|Redirected **Debug**: true|false