From acfb866a8b687a48a8508cdc321b5765c24b80b3 Mon Sep 17 00:00:00 2001 From: "Ryan (hackercat)" Date: Fri, 4 Jun 2021 20:16:01 +0000 Subject: [PATCH] fix: update issue template (#722) * fix: update issue template add additional information to be provided by user that should help in troubleshooting * fix: move markdownlint config and link it done it so the markdownlint-cli stops shouting about issues * feat: add Matrix link Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/issue_template.md | 19 +++++++++++++------ .github/linters/.markdown-lint.yml | 12 +----------- 3 files changed, 17 insertions(+), 17 deletions(-) mode change 100644 => 120000 .github/linters/.markdown-lint.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f64f474c..d83ac5d1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Ask on Gitter url: https://gitter.im/nektos/act about: You can ask for help here! + - name: Ask on Gitter (via Matrix) + url: https://matrix.to/#/#nektos_act:gitter.im?via=gitter.im&via=matrix.org + about: If you prefer Matrix over Gitter - name: Want to contribute to act? url: https://github.com/nektos/act/blob/master/CONTRIBUTING.md about: Be sure to read contributing guidelines! diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 2472da07..6712e111 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -12,16 +12,23 @@ assignees: '' - Refer to [README](https://github.com/nektos/act/blob/master/README.md). --> -## Act version +## System information -```none - -``` +- Operating System: +- Architecture: +- Apple M1: +- Docker version: +- Docker image used in `act`: +- `act` version: ## Expected behaviour diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml deleted file mode 100644 index bb91f2f0..00000000 --- a/.github/linters/.markdown-lint.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Default state for all rules -default: true - -# MD013/line-length - Line length -MD013: false - -# MD033/no-inline-html - Inline HTML -MD033: false - -# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading -MD041: false diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml new file mode 120000 index 00000000..7e62b3d9 --- /dev/null +++ b/.github/linters/.markdown-lint.yml @@ -0,0 +1 @@ +../../.markdownlint.yml \ No newline at end of file