-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
### Description | ||
<!-- Describe your changes in detail --> | ||
|
||
|
||
### Motivation & Context | ||
<!-- Why is this change required? What problem does it solve? --> | ||
|
||
|
||
### Types 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 | ||
|
||
### Related issues | ||
<!-- Please link any related issues here. --> | ||
|
||
### [Live preview](https://deploy-preview-{your pr number}--twbs-bootstrap.netlify.app/) |