Skip to content

Commit

Permalink
[skip ci] Add issue and pull request template for better communication (
Browse files Browse the repository at this point in the history
#3644)

* [skip ci] add pr template

* [skip ci] add config.yml

* [skip ci] add bug.md

* chore: add blankspace

* [skip ci] make template be more clean
  • Loading branch information
iChenLei committed Nov 29, 2021
1 parent 8669fa5 commit e20c295
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).
If you're new to contributing to open source projects, you might find this free
video course helpful: http://kcd.im/pull-request
Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->

<!-- What changes are being made? (What feature/bug is being fixed here?) -->

**What**:

<!-- Why are these changes necessary? -->

**Why**:

<!-- How were these changes implemented? -->

**How**:

<!-- Have you done all of these things? -->

**Checklist**:

<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->

- [ ] Documentation
- [ ] Added/updated unit tests
- [ ] Code complete

<!-- feel free to add additional comments -->
32 changes: 32 additions & 0 deletions .github/workflows/bug.md
Original file line number Diff line number Diff line change
@@ -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:**

<!-- A clear and concise description of what the bug is -->

**Expected behavior:**

<!-- A clear and concise description of what you expected to happen -->

**Environment information:**

<!-- Provide the `less` and `nodejs` packages versions -->

- `less` version:
- `nodejs` version:
- `operating system`:
<!-- macos, linux or windows ? -->

<!-- feel free to add additional comments -->
14 changes: 14 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e20c295

Please sign in to comment.