Skip to content

Commit

Permalink
Add Lint rule issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav Dua committed Jan 11, 2019
1 parent 57d473c commit 742da0d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/lint-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Lint Rule
about: Suggest adding a lint rule for style or security
title: ''
labels: ''
assignees: ''

---

**Name**
If you've thought of one, suggest a short name that gives a good hint about the purpose of the rule. Multiple words must be separated by hyphen. Avoid a name with more than 4 words.

**Problem**
The problem you faced while writing/analysing the code.

**Description**
What should the rule do, i.e., **how** should it solve the problem you faced?

**Priority**
If you'd like to, you can indicate the priority of this rule for your organisation. Priority can be `High` (meaning the rule will be a massive improvement for your workflow), `Medium` or `Low`.

0 comments on commit 742da0d

Please sign in to comment.