This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added issue and PR templates as near-copies of TSLint core's (#639)
Adds a request for `tslint-microsoft-contrib`'s version and removes mention of a changelog entry. Otherwise approximately identical to what TSLint itself uses. Fixes #582. Fixes #583.
- Loading branch information
Josh Goldberg
authored
Nov 5, 2018
1 parent
63477f2
commit 9b4180f
Showing
5 changed files
with
96 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,22 @@ | ||
### Bug Report | ||
|
||
- **`tslint-microsoft-contrib` version**: | ||
- **TSLint version**: | ||
- **TypeScript version**: | ||
- **Running TSLint via**: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc | ||
|
||
#### TypeScript code being linted | ||
|
||
```tsx | ||
// 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,27 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in `tslint-microsoft-contrib` | ||
--- | ||
|
||
### Bug Report | ||
|
||
- **`tslint-microsoft-contrib` version**: | ||
- **TSLint version**: | ||
- **TypeScript version**: | ||
- **Running TSLint via**: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc | ||
|
||
#### TypeScript code being linted | ||
|
||
```tsx | ||
// 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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a non-rule idea for `tslint-microsoft-contrib`` | ||
--- | ||
|
||
### 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,14 @@ | ||
--- | ||
name: Rule suggestion | ||
about: Suggest a new rule for `tslint-microsoft-contrib`` | ||
--- | ||
|
||
### 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** |
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,12 @@ | ||
#### PR checklist | ||
|
||
- [ ] Addresses an existing issue: fixes #0000 | ||
- [ ] New feature, bugfix, or enhancement | ||
- [ ] Includes tests | ||
- [ ] Documentation update | ||
|
||
#### Overview of change: | ||
|
||
#### Is there anything you'd like reviewers to focus on? | ||
|
||
<!-- optional --> |