Skip to content

Commit bebc3a6

Browse files
committed
Add issue and PR templates
1 parent 20f7b18 commit bebc3a6

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

issue_template.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Thank you for contributing to TypeScript! Please review this checklist
3+
before submitting your issue.
4+
[ ] Many common issues and suggestions are addressed in the FAQ
5+
https://github.com/Microsoft/TypeScript/wiki/FAQ
6+
[ ] Search for duplicates before logging new issues
7+
https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue
8+
[ ] Questions are best asked and answered at Stack Overflow
9+
http://stackoverflow.com/questions/tagged/typescript
10+
11+
For bug reports, please include the information below.
12+
__________________________________________________________ -->
13+
14+
**TypeScript Version:**
15+
16+
**Code**
17+
```ts
18+
// A self-contained demonstration of the problem follows...
19+
20+
```
21+
22+
**Expected behavior:**
23+
**Actual behavior:**

pull_request_template.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
Thank you for submitting a pull request!
3+
4+
Here's a checklist you might find useful.
5+
[ ] There is an associated issue that is labelled
6+
'Bug' or 'Accepting PRs' or is in the Community milestone
7+
[ ] Code is up-to-date with the `master` branch
8+
[ ] You've successfully run `jake runtests` locally
9+
[ ] You've signed the CLA
10+
[ ] There are new or updated unit tests validating the change
11+
12+
Refer to CONTRIBUTING.MD for more details.
13+
https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
14+
-->
15+
16+
**Fixes issue:** #

0 commit comments

Comments
 (0)