Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 47897e6

Browse files
committed
chore: update GitHub templates for LTS
1 parent 17cc35d commit 47897e6

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
- [Developer Commits Levels](#pr_forks)
1111
- [Submission Guidelines](#submit)
1212

13+
## AngularJS Material is in LTS mode
14+
15+
We are no longer accepting changes that are not critical bug fixes into this project.
16+
See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail.
17+
1318
## <a name="coc"></a> Code of Conduct
1419

1520
Please help us keep AngularJS Material open and inclusive by reading and following our

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Please submit Angular Material and CDK questions
1919
[here](https://groups.google.com/forum/#!forum/angular-material2)
2020
and issues [here](https://github.com/angular/components/issues).
2121
-->
22+
# AngularJS Material is in LTS mode
23+
24+
We are no longer accepting changes that are not critical bug fixes into this project.
25+
See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail.
26+
27+
2228
## Bug Report
2329

2430
<!-- Please note that we are not accepting major feature requests, i.e. requests for new components, at this time. -->

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Documentation
33
about: Suggest an improvement to our documentation at material.angularjs.org
44
labels: "type: docs, needs triage"
55
---
6+
# AngularJS Material is in LTS mode
7+
8+
We are no longer accepting changes that are not critical bug fixes into this project.
9+
See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail.
610

711
## Documentation Feedback
812

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
Filling out this template is required! Do not delete it when submitting a Pull Request!
33
Without this information, your Pull Request may be auto-closed.
44
-->
5+
# AngularJS Material is in LTS mode
6+
7+
We are no longer accepting changes that are not critical bug fixes into this project.
8+
See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail.
9+
510
## PR Checklist
11+
612
Please check your PR fulfills the following requirements:
13+
- [ ] Does this PR fix a regression since 1.2.0, a security flaw, or a problem caused by a new browser version?
714
- [ ] The commit message follows [our guidelines](https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format)
815
- [ ] Tests for the changes have been added or this is not a bug fix / enhancement
916
- [ ] Docs have been added, updated, or were not required
1017

1118
## PR Type
19+
1220
What kind of change does this PR introduce?
1321
<!-- Please check the one that applies to this PR using "x". -->
1422
```

0 commit comments

Comments
 (0)