Skip to content

Commit

Permalink
chore: introduce GitHub Issue and Pull Request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored and ThomasBurleson committed Jun 7, 2018
1 parent f01e551 commit d1a87cf
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#### Bug, feature request, or proposal:

---
name: 🐞 Bug Report
about: Something is broken in Angular Layout
---
# Bug Report

#### What is the expected behavior?

Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 🎉 Feature Request
about: You have an idea that you'd like to be implemented in Angular Layout
---
# Feature Request

#### What is the desired behavior?


#### What is the use-case or motivation for the desired behavior?


#### Is there anything else we should know?
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/Proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 🤔 Proposal
about: You have a proposal for a change in Angular Layout
---
# Proposal

#### What is the summary of the proposal?


#### What is the proposal?


#### Is there anything else we should know?
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: ⚙ Improvement
about: You have made an improvement to Angular Layout
---
## PR Checklist
Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)


## PR Type: Bugfix

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->

Issue Number: N/A


## What is the new behavior?


## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->


## Other information
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/New_Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 🎉 New Feature
about: You have implemented new functionality that you want to make part of Angular Layout
---
## PR Checklist
Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/angular/flex-layout/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)


## PR Type: New Feature


## What is the new behavior?


## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->


## Other information

0 comments on commit d1a87cf

Please sign in to comment.