From d3bded79324b1656c01a540106c97ded65d055db Mon Sep 17 00:00:00 2001 From: Michael Glenn Date: Wed, 7 Jul 2021 13:44:39 -0500 Subject: [PATCH 1/2] Create output.css --- .builds/sway/desktop/output.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 .builds/sway/desktop/output.css diff --git a/.builds/sway/desktop/output.css b/.builds/sway/desktop/output.css new file mode 100644 index 000000000..d850e7537 --- /dev/null +++ b/.builds/sway/desktop/output.css @@ -0,0 +1 @@ +- From e9542dc9d27081da8c42587a721793098f7df53b Mon Sep 17 00:00:00 2001 From: Michael Glenn Date: Wed, 7 Jul 2021 13:48:00 -0500 Subject: [PATCH 2/2] Update and rename config.yml to config.cs --- .github/ISSUE_TEMPLATE/config.cs | 12 ++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.cs delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.cs b/.github/ISSUE_TEMPLATE/config.cs new file mode 100644 index 000000000..90f022516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.cs @@ -0,0 +1,12 @@ +blank_issues_enabled: +contact_links: + - name: Questions + url: + < + 'https://libera.chat`> + about: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0092609b5..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Questions - url: "https://libera.chat" - about: "Please ask questions on IRC in #sway on Libera Chat"