Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit f16124c

Browse files
author
Kent C. Dodds
committed
docs(templates): Add issue_template.md and pull_request_template.md
1 parent e77f910 commit f16124c

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
3+
- STOP! Are you trying to get help? If so, read here:
4+
5+
Thanks for your interest in angular-formly. If you're
6+
filing this issue to get help, please follow the
7+
instructions at [help.angular-formly.com](http://help.angular-formly.com).
8+
9+
The GitHub issues on this project are reserved
10+
for feature requests and bug reports. So if you
11+
file an issue looking for help, it will be closed
12+
and you'll be invited to follow the instructions
13+
at [help.angular-formly.com](http://help.angular-formly.com).
14+
It's nothing personal. It's just hard to manage
15+
the project otherwise!
16+
17+
18+
- Filing a bug or feature request?
19+
20+
If you'd like to report what you think is a bug or
21+
a feature request, please follow the instructions
22+
at [issue.angular-formly.com](http://issue.angular-formly.com)
23+
to file your issue.
24+
25+
Thanks for your contribution!
26+
27+
-->
28+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
3+
Thanks for your contribution!
4+
5+
Unless this is a really small and insignificant change,
6+
please make sure that we've discussed it first in
7+
the issues.
8+
9+
-->
10+
11+
## What
12+
13+
<!-- explain what is being done here -->
14+
15+
## Why
16+
17+
<!-- explain why it's necessary -->
18+
19+
## How
20+
21+
<!-- explain how you did it -->
22+
23+
For issue # <!-- put your issue number here -->
24+
25+
Checklist:
26+
27+
* [ ] Follows the commit message [conventions](https://github.com/stevemao/conventional-changelog-angular/blob/master/convention.md)
28+
* [ ] Is [rebased with master](https://egghead.io/lessons/javascript-how-to-rebase-a-git-pull-request-branch?series=how-to-contribute-to-an-open-source-project-on-github)
29+
* [ ] Is [only one (maybe two) commits](https://egghead.io/lessons/javascript-how-to-squash-multiple-git-commits)
30+

0 commit comments

Comments
 (0)