From c9f67b39f23b9cb620decdb916278305b6c2ae79 Mon Sep 17 00:00:00 2001 From: Michael Prentice Date: Thu, 3 Mar 2022 14:35:36 -0500 Subject: [PATCH] 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 --- .github/CONTRIBUTING.md | 9 +++-- .github/ISSUE_TEMPLATE/bug.md | 66 ++++--------------------------- .github/ISSUE_TEMPLATE/config.yml | 6 --- .github/ISSUE_TEMPLATE/docs.md | 27 ++++++------- .github/PULL_REQUEST_TEMPLATE.md | 56 +++----------------------- 5 files changed, 32 insertions(+), 132 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 11808acb0e5..4cee1c08054 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,10 +10,13 @@ - [Developer Commits Levels](#pr_forks) - [Submission Guidelines](#submit) -## 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 +**AngularJS Material support has officially ended as of January 2022.** +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit +[material.angular.io](https://material.angular.io) for the actively supported Angular Material. ## Code of Conduct diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 210b0af8593..a0eb8ed6b93 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -3,13 +3,7 @@ name: Bug Report about: Report a bug in AngularJS Material labels: "type: bug, needs triage" --- - -# AngularJS Material is in LTS mode - -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. - - -## Bug Report - - - -## Demo and steps to reproduce the issue -[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. - -**Demo URL (required)***: - -#### Detailed Reproduction Steps -1. -1. - -### Explain the expected behavior - - -### Explain the current behavior - +## AngularJS Material has reached end-of-life -### Discuss the use-case or motivation for changing the existing behavior - - -### List the affected versions of AngularJS, Material, OS, and browsers - -- AngularJS: 1. -- AngularJS Material: 1. -- OS: -- Browsers: -- Screen Readers: - -### Add anything else we should know - - -#### Stack Trace -``` - -``` - -#### Screenshots - - - +We are no longer accepting changes into this project as +**AngularJS Material support has officially ended as of January 2022.** +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit +[material.angular.io](https://material.angular.io) for the actively supported Angular Material. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e890148d3b7..878b2b2aee4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,9 +3,3 @@ contact_links: - name: AngularJS Material on StackOverflow url: https://stackoverflow.com/unanswered/tagged/angularjs-material about: Please ask and answer questions about your app or usage here. - - name: AngularJS Material Gitter - url: https://gitter.im/angular/material - about: Please contribute to the community discussion about AngularJS Material usage here. - - name: AngularJS Material Forum - url: https://groups.google.com/forum/?pli=1#!forum/ngmaterial - about: Please ask questions about the library, roadmap, and releases here. diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md index 37ade0181c1..bc9e745869d 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -3,21 +3,20 @@ name: Documentation about: Suggest an improvement to our documentation at material.angularjs.org labels: "type: docs, needs triage" --- -# AngularJS Material is in LTS mode + +# AngularJS Material has reached end-of-life -**Affected documentation page URL:** - +We are no longer accepting changes into this project as +**AngularJS Material support has officially ended as of January 2022.** +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit +[material.angular.io](https://material.angular.io) for the actively supported Angular Material. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d3bfd8fc48..986b5f3e323 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,51 +1,7 @@ - -# 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. - -## 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? - -``` -[ ] 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? - - - -Fixes # - -## What is the new behavior? - - -## Does this PR introduce a breaking change? -``` -[ ] Yes -[ ] No -``` - - - -## Other information +We are no longer accepting changes into this project as +**AngularJS Material support has officially ended as of January 2022.** +[See what ending support means](https://docs.angularjs.org/misc/version-support-status) +and [read the end of life announcement](https://goo.gle/angularjs-end-of-life). Visit +[material.angular.io](https://material.angular.io) for the actively supported Angular Material.