Skip to content

Update issue templates #1275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Bug report
about: Create a report to help us improve

---

<!--
Expand All @@ -10,10 +9,16 @@ about: Create a report to help us improve
To make sure it's not, run: yarn eslint src/your-file.vue
-->

**Checklist**

- [ ] I checked the [FAQ](https://eslint.vuejs.org/user-guide/#faq).

**Tell us about your environment**
* **ESLint version:**
* **eslint-plugin-vue version:**
* **Node version:**

- **ESLint version:**
- **eslint-plugin-vue version:**
- **Node version:**
- **Operating System:**

**Please show your full configuration:**
<!-- Paste content of your .eslintrc file -->
Expand All @@ -31,4 +36,10 @@ about: Create a report to help us improve


**What actually happened?**
<!-- Please include the actual, raw output from ESLint. -->
<!--
Please include the actual, raw output from ESLint.
If you are only looking at the results of your editor extension, also check the CLI results.
-->

**Repository to reproduce this issue**

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "Non-rule change request"
about: Request a change that is not a bug fix, rule change, or new rule
---

<!--
Before proposing changes, please make sure it hasn't been posted already.
You can see all open propositions here:
https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22
-->

**Tell us about your environment**

- **ESLint version:**
- **eslint-plugin-vue version:**
- **Node version:**

**The problem you want to solve.**


**Your take on the correct solution to problem.**


**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/rule-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: "Rule change request"
about: Request a change to an existing rule
---

<!--
Before proposing rule changes, please make sure it hasn't been posted already.
You can see all open propositions here:
https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22
-->

**What rule do you want to change?**

**Does this change cause the rule to produce more or fewer warnings?**

**How will the change be implemented? (New option, new default behavior, etc.)?**

**Please provide some example code that this change will affect:**

<!-- Put your code examples here -->
```vue

```

**What does the rule currently do for this code?**

**What will the rule do after it's changed?**

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/rule-proposal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Rule Proposal
about: Suggest an idea for a new rule

---

<!--
Expand All @@ -15,15 +14,17 @@ about: Suggest an idea for a new rule

**What category should the rule belong to?**
<!-- (place an "X" next to just one item) -->
- [ ] Enforces code style
- [ ] Warns about a potential error
- [ ] Suggests an alternate way of doing something
- [ ] Other (please specify:)
[ ] Enforces code style (layout)
[ ] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)

**Provide 2-3 code examples that this rule should warn about:**

```vue

```

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->