From bdd0d5e5fdad696de610f5125abc28e5106e4c41 Mon Sep 17 00:00:00 2001 From: Aklix <52243954+Aklix@users.noreply.github.com> Date: Sat, 17 Jun 2023 23:36:13 +0300 Subject: [PATCH 1/3] Update komodo_mac_ci.yml --- .github/workflows/komodo_mac_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/komodo_mac_ci.yml b/.github/workflows/komodo_mac_ci.yml index 93c182514ea..c29e2268cc0 100644 --- a/.github/workflows/komodo_mac_ci.yml +++ b/.github/workflows/komodo_mac_ci.yml @@ -18,7 +18,7 @@ jobs: - name: Install deps (macOS) run: | brew update - brew upgrade + brew upgrade || true brew tap discoteq/discoteq; brew install flock brew install autoconf autogen automake brew install gcc@8 From b25f846b65edb52fab25792da11b6512622cdb15 Mon Sep 17 00:00:00 2001 From: Rumeysa Yilmaz <44261315+rumeysayilmaz@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:16:53 +0300 Subject: [PATCH 2/3] Update issue templates update the issue template as per changes made to the issue workflow in github --- .../ISSUE_TEMPLATE/marmara-issue-template.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/marmara-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/marmara-issue-template.md b/.github/ISSUE_TEMPLATE/marmara-issue-template.md new file mode 100644 index 00000000000..6c8a40f054c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/marmara-issue-template.md @@ -0,0 +1,45 @@ +--- +name: Marmara Issue Template +about: This issue tracker is only for technical issues related to marmarad. +title: '' +labels: '' +assignees: '' + +--- + +General Marmara questions and/or support requests and are best directed to [Discord](https://marmara.io/discord) + +### Describe the issue +Please provide a general summary of the issue you're experiencing + +### Can you reliably reproduce the issue? +#### If so, please list the steps to reproduce below: +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour + errors +Tell us what happens instead including any noticable error output (any messages displayed on-screen when e.g. a crash occurred) + +### The version of Marmara you were using: +Run `marmarad --version` to find out + +### Machine specs: +- OS name + version: +- CPU: +- RAM: +- Disk size: +- Disk Type (HD/SDD): +- Linux kernel version (uname -a): +- Compiler version (gcc -version): + +### Any extra information that might be useful in the debugging process. +This includes the relevant contents of `~/.komodo/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site. +Please also include any non-standard things you did during compilation (extra flags, dependency version changes etc.) if applicable. + +### Do you have a backup of `~/.komodo` directory and/or take a VM snapshot? +- Backing up / making a copy of the `~/.komodo` directory might help make the problem reproducible. Please redact appropriately. +- Taking a VM snapshot is really helpful for interactively testing fixes From 54814b255f710dd262d3d33c07daf0243c3ffcf8 Mon Sep 17 00:00:00 2001 From: Rumeysa Yilmaz <44261315+rumeysayilmaz@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:33:09 +0300 Subject: [PATCH 3/3] remove old template --- .github/ISSUE_TEMPLATE.md | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index d73d84b6735..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ - - -This issue tracker is only for technical issues related to komodod - -General Komodo questions and/or support requests and are best directed to [Discord](https://komodoplatform.com/discord) - -### Describe the issue -Please provide a general summary of the issue you're experiencing - -### Can you reliably reproduce the issue? -#### If so, please list the steps to reproduce below: -1. -2. -3. - -### Expected behaviour -Tell us what should happen - -### Actual behaviour + errors -Tell us what happens instead including any noticable error output (any messages displayed on-screen when e.g. a crash occurred) - -### The version of Komodo you were using: -Run `komodod --version` to find out - -### Machine specs: -- OS name + version: -- CPU: -- RAM: -- Disk size: -- Disk Type (HD/SDD): -- Linux kernel version (uname -a): -- Compiler version (gcc -version): - -### Any extra information that might be useful in the debugging process. -This includes the relevant contents of `~/.komodo/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site. -Please also include any non-standard things you did during compilation (extra flags, dependency version changes etc.) if applicable. - -### Do you have a backup of `~/.komodo` directory and/or take a VM snapshot? -- Backing up / making a copy of the `~/.komodo` directory might help make the problem reproducible. Please redact appropriately. -- Taking a VM snapshot is really helpful for interactively testing fixes