From 3a4ade229175cb92c906b3453d83b7ff083b98a4 Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 13 Nov 2020 07:16:38 +0000 Subject: [PATCH] Update workflow --- .github/ISSUE_TEMPLATE/bug_report_retail.md | 27 +++++++++++++++++++ .../ISSUE_TEMPLATE/bug_report_wowclassic.md | 27 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ README.md => .github/README.md | 0 .github/workflows/build.yml | 5 ++-- .pkgmeta | 4 --- ISSUE_TEMPLATE.md | 13 --------- 7 files changed, 62 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_retail.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report_wowclassic.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename README.md => .github/README.md (100%) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report_retail.md b/.github/ISSUE_TEMPLATE/bug_report_retail.md new file mode 100644 index 0000000..65d44a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_retail.md @@ -0,0 +1,27 @@ +--- +name: Issue for Retail/Live +about: Create a report about current WoW +title: '' +labels: retail +assignees: '' +--- + +## Describe the problem + + +### What steps will reproduce the problem? + +1. +2. +3. + +### Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites) + + +### What version of the addon are you using? (Stating 'latest' is not useful) + + +### Do you have an error log of what happened? + + +### Any additional information? (example: WoW language if not English) diff --git a/.github/ISSUE_TEMPLATE/bug_report_wowclassic.md b/.github/ISSUE_TEMPLATE/bug_report_wowclassic.md new file mode 100644 index 0000000..8314a97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_wowclassic.md @@ -0,0 +1,27 @@ +--- +name: Issue for Classic +about: Create a report about Classic WoW +title: '' +labels: classic +assignees: '' +--- + +## Describe the problem + + +### What steps will reproduce the problem? + +1. +2. +3. + +### Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites) + + +### What version of the addon are you using? (Stating 'latest' is not useful) + + +### Do you have an error log of what happened? + + +### Any additional information? (example: WoW language if not English) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c9b9e58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://discord.gg/jGveg85 + about: Please ask questions on our Discord! diff --git a/README.md b/.github/README.md similarity index 100% rename from README.md rename to .github/README.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a19c694..c6c8196 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,14 +4,15 @@ on: push: branches: - master - - classic tags: - '*' + paths-ignore: + - '.github/**' jobs: build: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags') == true || contains(github.event.head_commit.message, 'skip ci') != true + if: startsWith(github.ref, 'refs/tags') == true || (!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')) steps: - name: Checkout addon diff --git a/.pkgmeta b/.pkgmeta index c28dad4..fb279c0 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -1,5 +1 @@ package-as: Transcriptor - -ignore: - - README.md - - ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index ac54ead..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -### What steps will reproduce the problem? -1. -2. -3. - -### What version of Transcriptor are you using? - - -### Do you have an error log of what happened? - - -### Please provide any additional information below. (example: localization of your client if not enUS or enGB) -