aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
committerMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
commit10ba98c4f5ec4efe6272516de47f0ce128ef2902 (patch)
treefbbde69114acba764cf6b735433c53e099fd19c5 /vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md
parent108a3efe0b6d37a7ed394a84c69b924ca727f17a (diff)
downloadvolse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.gz
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.bz2
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.zip
Revert "update composer libs"
This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
Diffstat (limited to 'vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md b/vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 4675f7007..000000000
--- a/vendor/twbs/bootstrap/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,38 +0,0 @@
-### Description
-
-<!-- Describe your changes in detail -->
-
-### Motivation & Context
-
-<!-- Why is this change required? What problem does it solve? -->
-
-### Type of changes
-
-<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->
-
-- [ ] 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
-
-<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
-<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
-
-- [ ] 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
-
-#### Live previews
-
-<!-- Please add direct links where your modifications can be seen in the documentation -->
-
-* https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/
-
-### Related issues
-
-<!-- Please link any related issues here. -->