From 04eaad836f0c5ba450e35d4c53e122893e01b5fd 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 | 8 ++-- .github/ISSUE_TEMPLATE/bug.md | 63 +++---------------------------- .github/ISSUE_TEMPLATE/config.yml | 6 --- .github/ISSUE_TEMPLATE/docs.md | 26 ++++++------- .github/PULL_REQUEST_TEMPLATE.md | 53 ++------------------------ 5 files changed, 26 insertions(+), 130 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 11808acb0e5..fbc5b794184 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,10 +10,12 @@ - [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 it has reached the end of the +[Long Term Support](https://docs.angularjs.org/misc/version-support-status) period. + +Read the [end-of-life announcement](https://goo.gle/angularjs-end-of-life) for more details. ## Code of Conduct diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 210b0af8593..3ff957774f9 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 - - -### 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 +# AngularJS Material has reached End-of-Life +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. -#### Stack Trace -``` - -``` - -#### Screenshots - - - +Read the [end-of-life announcement](https://goo.gle/angularjs-end-of-life) for more details. 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..6dfb64cfdfd 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -3,21 +3,19 @@ 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 it has reached the end of the +[Long Term Support](https://docs.angularjs.org/misc/version-support-status) period. + +Read the [end-of-life announcement](https://goo.gle/angularjs-end-of-life) for more details. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d3bfd8fc48..0f691dd0984 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,51 +1,6 @@ - -# 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? - -``` -[ ] 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 +Read the [end-of-life announcement](https://goo.gle/angularjs-end-of-life) for more details.