Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit d1a87cf

Browse files
CaerusKaruThomasBurleson
authored andcommitted
chore: introduce GitHub Issue and Pull Request templates
1 parent f01e551 commit d1a87cf

File tree

5 files changed

+92
-2
lines changed

5 files changed

+92
-2
lines changed

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/Bug.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
#### Bug, feature request, or proposal:
2-
1+
---
2+
name: 🐞 Bug Report
3+
about: Something is broken in Angular Layout
4+
---
5+
# Bug Report
36

47
#### What is the expected behavior?
58

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🎉 Feature Request
3+
about: You have an idea that you'd like to be implemented in Angular Layout
4+
---
5+
# Feature Request
6+
7+
#### What is the desired behavior?
8+
9+
10+
#### What is the use-case or motivation for the desired behavior?
11+
12+
13+
#### Is there anything else we should know?

.github/ISSUE_TEMPLATE/Proposal.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🤔 Proposal
3+
about: You have a proposal for a change in Angular Layout
4+
---
5+
# Proposal
6+
7+
#### What is the summary of the proposal?
8+
9+
10+
#### What is the proposal?
11+
12+
13+
#### Is there anything else we should know?
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: ⚙ Improvement
3+
about: You have made an improvement to Angular Layout
4+
---
5+
## PR Checklist
6+
Please check if your PR fulfills the following requirements:
7+
8+
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
9+
- [ ] Tests for the changes have been added (for bug fixes / features)
10+
- [ ] Docs have been added / updated (for bug fixes / features)
11+
12+
13+
## PR Type: Bugfix
14+
15+
## What is the current behavior?
16+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
17+
18+
Issue Number: N/A
19+
20+
21+
## What is the new behavior?
22+
23+
24+
## Does this PR introduce a breaking change?
25+
```
26+
[ ] Yes
27+
[ ] No
28+
```
29+
30+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
31+
32+
33+
## Other information
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: 🎉 New Feature
3+
about: You have implemented new functionality that you want to make part of Angular Layout
4+
---
5+
## PR Checklist
6+
Please check if your PR fulfills the following requirements:
7+
8+
- [ ] The commit message follows our guidelines: https://github.com/angular/flex-layout/blob/master/CONTRIBUTING.md#commit
9+
- [ ] Tests for the changes have been added (for bug fixes / features)
10+
- [ ] Docs have been added / updated (for bug fixes / features)
11+
12+
13+
## PR Type: New Feature
14+
15+
16+
## What is the new behavior?
17+
18+
19+
## Does this PR introduce a breaking change?
20+
```
21+
[ ] Yes
22+
[ ] No
23+
```
24+
25+
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
26+
27+
28+
## Other information

0 commit comments

Comments
 (0)