Skip to content

Commit

Permalink
Merge pull request #250 from duaraghav8/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
Raghav Dua committed Jan 11, 2019
2 parents 58293a1 + 406957c commit 57d473c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Report a bug in the linter
title: ''
labels: bug
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**Steps to reproduce**
This section may contain all or a combination of the following:

- The command you used to lint
- The solidity code over which you ran the linter
- Contents of your `.soliumrc.json` file
- Contents of your `.soliumignore`

In addition, you may add anything you feel is relevant.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Operating System**
OS you ran the linter on (Windows / MacOS / Linux / Any other)

**Linter version**
The output of `solium --version`

**Comments**
If you'd like to share any additional information that doesn't fit in above sections or suggest a solution to the maintainers.

**Priority**
If you'd like to, specify the priority of this bug for your organisation. Priority could be `High` (meaning that the bug is seriously hindering your workflow), `Medium`, or `Low`.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest a feature you'd like to see in Ethlint
title: ''
labels: enhancement
assignees: ''

---

**Description**
Describe the idea. If you think there might be any edge cases, feel free to list them out too.

**Use case**
How did you conclude that you needed this feature? Did you face a problem?

**Screenshots**
If relevant, you may add screenshots. This can be useful if, for example, you want an improvement in the CLI output.

**Alternatives**
You may describe any hacks you pulled off to achieve what this feature will directly achieve.

**Comments**
Any additional information you'd like to share or suggestions on how the idea could be implemented.

**Priority**
If you'd like to, specify the priority of this feature for your organisation. Priority could be `High` (meaning you absolutely NEED this feature), `Medium`, or `Low`.

0 comments on commit 57d473c

Please sign in to comment.