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 + + diff --git a/.github/workflows/bug.md b/.github/workflows/bug.md new file mode 100644 index 000000000..73327c348 --- /dev/null +++ b/.github/workflows/bug.md @@ -0,0 +1,32 @@ +--- +name: "\U0001F41E Bug 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: +- `operating system`: + + + 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