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

Commit c9f67b3

Browse files
committed
docs(github): update GH templates for EOL
- update bug, docs, and PR templates for EOL - update CONTRIBUTING.md for EOL - remove links to AngularJS Material forums and Gitter channel from GH contact links as they are no longer supported
1 parent cdce2ba commit c9f67b3

File tree

5 files changed

+32
-132
lines changed

5 files changed

+32
-132
lines changed

Diff for: .github/CONTRIBUTING.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
- [Developer Commits Levels](#pr_forks)
1111
- [Submission Guidelines](#submit)
1212

13-
## AngularJS Material is in LTS mode
13+
## AngularJS Material has reached end-of-life
1414

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.
15+
We are no longer accepting changes into this project as
16+
**AngularJS Material support has officially ended as of January 2022.**
17+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
18+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit
19+
[material.angular.io](https://material.angular.io) for the actively supported Angular Material.
1720

1821
## <a name="coc"></a> Code of Conduct
1922

Diff for: .github/ISSUE_TEMPLATE/bug.md

+7-59
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ name: Bug Report
33
about: Report a bug in AngularJS Material
44
labels: "type: bug, needs triage"
55
---
6-
<!--
7-
Filling out this template is required! Do not delete it when submitting your issue!
8-
Without this information, your issue may be auto-closed.
9-
10-
Please submit AngularJS Material questions to the
11-
[AngularJS Material Forum](https://groups.google.com/forum/#!forum/ngmaterial)
12-
instead of submitting an issue.
6+
<!--
137
148
---------------------------------------------------------------------
159
This repo is for AngularJS Material, not Angular Material or the CDK.
@@ -19,56 +13,10 @@ Please submit Angular Material and CDK questions
1913
[here](https://groups.google.com/forum/#!forum/angular-material2)
2014
and issues [here](https://github.com/angular/components/issues).
2115
-->
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-
28-
## Bug Report
29-
30-
<!-- Please note that we are not accepting major feature requests, i.e. requests for new components, at this time. -->
31-
32-
## Demo and steps to reproduce the issue
33-
[This blank StackBlitz demo](https://stackblitz.com/edit/angularjs-material-blank?file=app%2Fapp.template.html) can be used to create a reproduction that demonstrates your issue.
34-
35-
**Demo URL (required)***:
36-
37-
#### Detailed Reproduction Steps
38-
1.
39-
1.
40-
41-
### Explain the expected behavior
42-
43-
44-
### Explain the current behavior
45-
16+
## AngularJS Material has reached end-of-life
4617

47-
### Discuss the use-case or motivation for changing the existing behavior
48-
49-
50-
### List the affected versions of AngularJS, Material, OS, and browsers
51-
<!-- Please note that only issues related to AngularJS 1.x and AngularJS Material 1.x should be submitted here.
52-
Please submit Angular Material and CDK questions [here](https://groups.google.com/forum/#!forum/angular-material2)
53-
and issues [here](https://github.com/angular/components/issues).
54-
-->
55-
- AngularJS: 1.
56-
- AngularJS Material: 1.
57-
- OS:
58-
- Browsers:
59-
- Screen Readers:
60-
61-
### Add anything else we should know
62-
63-
64-
#### Stack Trace
65-
```
66-
67-
```
68-
69-
#### Screenshots
70-
71-
72-
<!-- Please double check that you have provided the required reproduction steps
73-
and a Demo via StackBlitz, CodePen, Plunker, or GitHub repo.
74-
-->
18+
We are no longer accepting changes into this project as
19+
**AngularJS Material support has officially ended as of January 2022.**
20+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
21+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit
22+
[material.angular.io](https://material.angular.io) for the actively supported Angular Material.

Diff for: .github/ISSUE_TEMPLATE/config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ contact_links:
33
- name: AngularJS Material on StackOverflow
44
url: https://stackoverflow.com/unanswered/tagged/angularjs-material
55
about: Please ask and answer questions about your app or usage here.
6-
- name: AngularJS Material Gitter
7-
url: https://gitter.im/angular/material
8-
about: Please contribute to the community discussion about AngularJS Material usage here.
9-
- name: AngularJS Material Forum
10-
url: https://groups.google.com/forum/?pli=1#!forum/ngmaterial
11-
about: Please ask questions about the library, roadmap, and releases here.

Diff for: .github/ISSUE_TEMPLATE/docs.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@ 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
6+
<!--
77
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.
8+
-------------------------------------------------------------------------
9+
This repo is for AngularJS Material, not Angular Material or Angular CDK.
10+
-------------------------------------------------------------------------
1011
11-
## Documentation Feedback
12-
13-
<!--
14-
Provide a brief summary of what you would like to see changed in our
15-
documentation at material.angular.io.
16-
17-
Feel free to provide any suggestions of content or examples you’d like us to include.
12+
Please submit Angular Material and Angular CDK questions
13+
[here](https://groups.google.com/forum/#!forum/angular-material2)
14+
and issues [here](https://github.com/angular/components/issues).
1815
-->
16+
# AngularJS Material has reached end-of-life
1917

20-
**Affected documentation page URL:**
21-
<!--
22-
Provide a link to the affected page on material.angularjs.org
23-
-->
18+
We are no longer accepting changes into this project as
19+
**AngularJS Material support has officially ended as of January 2022.**
20+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
21+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit
22+
[material.angular.io](https://material.angular.io) for the actively supported Angular Material.

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+6-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,7 @@
1-
<!--
2-
Filling out this template is required! Do not delete it when submitting a Pull Request!
3-
Without this information, your Pull Request may be auto-closed.
4-
-->
5-
# AngularJS Material is in LTS mode
1+
# AngularJS Material has reached end-of-life
62

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-
10-
## PR Checklist
11-
12-
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?
14-
- [ ] The commit message follows [our guidelines](https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format)
15-
- [ ] Tests for the changes have been added or this is not a bug fix / enhancement
16-
- [ ] Docs have been added, updated, or were not required
17-
18-
## PR Type
19-
20-
What kind of change does this PR introduce?
21-
<!-- Please check the one that applies to this PR using "x". -->
22-
```
23-
[ ] Bugfix
24-
[ ] Enhancement
25-
[ ] Documentation content changes
26-
[ ] Code style update (formatting, local variables)
27-
[ ] Refactoring (no functional changes, no api changes)
28-
[ ] Build related changes
29-
[ ] CI related changes
30-
[ ] Infrastructure changes
31-
[ ] Other... Please describe:
32-
```
33-
34-
## What is the current behavior?
35-
<!-- Please describe the current behavior that you are modifying and link to one or more relevant issues. -->
36-
37-
38-
Fixes #
39-
40-
## What is the new behavior?
41-
42-
43-
## Does this PR introduce a breaking change?
44-
```
45-
[ ] Yes
46-
[ ] No
47-
```
48-
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
49-
<!-- Note that breaking changes are highly unlikely to get merged to master unless the validation is clear and the use case is critical. -->
50-
51-
## Other information
3+
We are no longer accepting changes into this project as
4+
**AngularJS Material support has officially ended as of January 2022.**
5+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
6+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit
7+
[material.angular.io](https://material.angular.io) for the actively supported Angular Material.

0 commit comments

Comments
 (0)