This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
26 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,6 @@ | ||
<!-- | ||
Filling out this template is required! Do not delete it when submitting a Pull Request! | ||
Without this information, your Pull Request may be auto-closed. | ||
--> | ||
# AngularJS Material is in LTS mode | ||
# AngularJS Material has reached End-of-Life | ||
|
||
We are no longer accepting changes that are not critical bug fixes into this project. | ||
See [Long Term Support](https://material.angularjs.org/latest/#long-term-support) for more detail. | ||
We are no longer accepting changes into this project as it has reached the end of the | ||
[Long Term Support](https://docs.angularjs.org/misc/version-support-status) period. | ||
|
||
## PR Checklist | ||
|
||
Please check your PR fulfills the following requirements: | ||
- [ ] Does this PR fix a regression since 1.2.0, a security flaw, or a problem caused by a new browser version? | ||
- [ ] The commit message follows [our guidelines](https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format) | ||
- [ ] Tests for the changes have been added or this is not a bug fix / enhancement | ||
- [ ] Docs have been added, updated, or were not required | ||
|
||
## PR Type | ||
|
||
What kind of change does this PR introduce? | ||
<!-- Please check the one that applies to this PR using "x". --> | ||
``` | ||
[ ] Bugfix | ||
[ ] Enhancement | ||
[ ] Documentation content changes | ||
[ ] Code style update (formatting, local variables) | ||
[ ] Refactoring (no functional changes, no api changes) | ||
[ ] Build related changes | ||
[ ] CI related changes | ||
[ ] Infrastructure changes | ||
[ ] Other... Please describe: | ||
``` | ||
|
||
## What is the current behavior? | ||
<!-- Please describe the current behavior that you are modifying and link to one or more relevant issues. --> | ||
|
||
|
||
Fixes # | ||
|
||
## 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. --> | ||
<!-- Note that breaking changes are highly unlikely to get merged to master unless the validation is clear and the use case is critical. --> | ||
|
||
## Other information | ||
Read the [end-of-life announcement](https://goo.gle/angularjs-end-of-life) for more details. |