This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +92
-2
lines changed Expand file tree Collapse file tree 5 files changed +92
-2
lines changed Original file line number Diff line number Diff line change 1
- #### Bug, feature request, or proposal:
2
-
1
+ ---
2
+ name : 🐞 Bug Report
3
+ about : Something is broken in Angular Layout
4
+ ---
5
+ # Bug Report
3
6
4
7
#### What is the expected behavior?
5
8
Original file line number Diff line number Diff line change
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?
Original file line number Diff line number Diff line change
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?
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments