From 84d14b91aa8a12ebc309e66a71de4b9910d382cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Sep 2021 17:32:01 -0700 Subject: [PATCH 1/4] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..58fc8b27d1e4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ +### Description + + + +### Motivation & Context + + + +### Types of changes + + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Refactoring (non-breaking change) +- [ ] Breaking change (fix or feature that would change existing functionality) + +### Checklist + + + +- [ ] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) +- [ ] My code follows the code style of the project _(using `npm run lint`)_ +- [ ] My change introduces changes to the documentation +- [ ] I have updated the documentation accordingly +- [ ] I have added tests to cover my changes +- [ ] All new and existing tests passed + +### Related issues + + +### [Live preview](https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/) From 1076458391eb4cad710dd4a7ff9b5346c596e204 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 22 Dec 2021 14:31:12 +0200 Subject: [PATCH 2/4] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58fc8b27d1e4..88fb8aef92ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,13 @@ ### Description - + ### Motivation & Context - + ### Types of changes + - [ ] Bug fix (non-breaking change which fixes an issue) @@ -15,6 +16,7 @@ - [ ] Breaking change (fix or feature that would change existing functionality) ### Checklist + @@ -26,6 +28,7 @@ - [ ] All new and existing tests passed ### Related issues + ### [Live preview](https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/) From f0d9f33f2b9755abe7b03587bda5b586e4d07d8c Mon Sep 17 00:00:00 2001 From: GeoSot Date: Thu, 22 Sep 2022 12:25:26 +0300 Subject: [PATCH 3/4] add previews section --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 88fb8aef92ed..c5df2fa7fc7d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,8 +27,14 @@ - [ ] I have added tests to cover my changes - [ ] All new and existing tests passed + +#### Live previews + + + +* https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/ + + ### Related issues - -### [Live preview](https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/) From 2ddb8d6476f39b0df157ab12cb61c6e187a2b928 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Sep 2022 14:35:08 +0200 Subject: [PATCH 4/4] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c5df2fa7fc7d..4675f7007c08 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ -### Types of changes +### Type of changes @@ -27,14 +27,12 @@ - [ ] I have added tests to cover my changes - [ ] All new and existing tests passed - #### Live previews * https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/ - ### Related issues