From 42e698f676dbfe2bd68f7b5478e60d3356b82c9c Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 26 Aug 2021 10:46:29 +0800 Subject: [PATCH 1/5] [skip ci] add pr template --- .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1c123e474 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,36 @@ + + + + +**What**: + + + +**Why**: + + + +**How**: + + + +**Checklist**: + + + + +- [ ] Documentation +- [ ] Added/updated unit tests +- [ ] Code complete + + From d1f059d6f90fa086fbd7e50e0e93c2a410cd5d12 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 26 Aug 2021 10:47:28 +0800 Subject: [PATCH 2/5] [skip ci] add config.yml --- .github/workflows/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/config.yml diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml new file mode 100644 index 000000000..28942a1c5 --- /dev/null +++ b/.github/workflows/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: ✨ Feature Request / idea + url: https://github.com/less/less.js/discussions/new + about: Missing something in Less? Let us know. + - name: 💬 Question / Discussion + url: https://github.com/less/less.js/discussions/new + about: Feel free to ask anything + - name: 📖 View documentation + url: https://lesscss.org + about: Official Less documentation + - name: ❓ StackOverflow + url: https://stackoverflow.com/questions/tagged/less + about: Ask question or find answers on Stack overflow From c25afe24069d8ace5e4257ece6e3c3c59551a721 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 26 Aug 2021 10:49:05 +0800 Subject: [PATCH 3/5] [skip ci] add bug.md --- .github/workflows/bug.md | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/workflows/bug.md diff --git a/.github/workflows/bug.md b/.github/workflows/bug.md new file mode 100644 index 000000000..ec77b4aee --- /dev/null +++ b/.github/workflows/bug.md @@ -0,0 +1,41 @@ +--- +name: "\U0001F41EBug report" +about: Something isn’t working as expected +title: '' +labels: 'bug' +assignees: '' +--- + + + +**To reproduce:** + +```less +// less code here +``` + +**Current behavior:** + + + +**Expected behavior:** + + + +**Environment information:** + + + +- `less` version: +- `nodejs` version: + + From 9880be9f313eeb6906e81da75be46c326416df94 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Mon, 29 Nov 2021 11:09:25 +0800 Subject: [PATCH 4/5] chore: add blankspace --- .github/workflows/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bug.md b/.github/workflows/bug.md index ec77b4aee..496eb2dfd 100644 --- a/.github/workflows/bug.md +++ b/.github/workflows/bug.md @@ -1,5 +1,5 @@ --- -name: "\U0001F41EBug report" +name: "\U0001F41E Bug report" about: Something isn’t working as expected title: '' labels: 'bug' From ee2027ebc288b6ec0277010965b8590643467893 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Mon, 29 Nov 2021 11:13:35 +0800 Subject: [PATCH 5/5] [skip ci] make template be more clean --- .github/workflows/bug.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bug.md b/.github/workflows/bug.md index 496eb2dfd..73327c348 100644 --- a/.github/workflows/bug.md +++ b/.github/workflows/bug.md @@ -6,17 +6,6 @@ labels: 'bug' assignees: '' --- - - **To reproduce:** ```less @@ -37,5 +26,7 @@ assignees: '' - `less` version: - `nodejs` version: +- `operating system`: +