forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I created some basic issue templates. We may want to change them/fix up the text as its pretty basic right now - but its a start!
- Loading branch information
1 parent
3617be0
commit 9a31504
Showing
3 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in TSLint | ||
|
||
--- | ||
|
||
### Bug Report | ||
|
||
- __TSLint version__: | ||
- __TypeScript version__: | ||
- __Running TSLint via__: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc | ||
|
||
#### TypeScript code being linted | ||
|
||
```ts | ||
// code snippet | ||
``` | ||
|
||
with `tslint.json` configuration: | ||
|
||
```json | ||
|
||
``` | ||
|
||
#### Actual behavior | ||
|
||
#### Expected behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a non-rule idea for TSLint | ||
|
||
--- | ||
|
||
### Feature request | ||
|
||
**Is your feature request that we implement a new rule?** | ||
Please use the `Rule Suggestion` template instead | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Rule suggestion | ||
about: Suggest a new rule for TSLint | ||
|
||
--- | ||
|
||
### Rule Suggestion | ||
|
||
**Is your rule for a general problem or is it specific to your development style?** | ||
|
||
**What does your suggested rule do?** | ||
|
||
**List several examples where your rule could be used** | ||
|
||
**Additional context** |