From 94073934810def971f86ab8cb2dd3601deaffc24 Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Thu, 9 May 2024 12:42:38 -0700 Subject: [PATCH] Remove component section of the pull request template (#6958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request ## 📖 Description With #6955 we no longer need this section of the PR template. ## ✅ Checklist ### General - [ ] I have included a change request file using `$ yarn change` - [ ] I have added tests for my changes. - [ ] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project. --- .github/pull_request_template.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4fb84d89922..e4610efa476 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -49,16 +49,6 @@ Please provide a summary of the tests affected by this work and any unique strat - [ ] I have updated the project documentation to reflect my changes. - [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project. -### Component-specific - - - - -- [ ] I have added a new component -- [ ] I have modified an existing component -- [ ] I have updated the [definition file](https://github.com/microsoft/fast/blob/master/packages/web-components/fast-components/CONTRIBUTING.md#definition) -- [ ] I have updated the [configuration file](https://github.com/microsoft/fast/blob/master/packages/web-components/fast-components/CONTRIBUTING.md#configuration) - ## ⏭ Next Steps