mirror of https://github.com/twbs/bootstrap.git
feedback
BrowserStack / browserstack (push) Has been cancelled
Details
BrowserStack / browserstack (push) Has been cancelled
Details
This commit is contained in:
parent
0dd1f977c6
commit
3ce9cecf44
|
@ -204,13 +204,14 @@ included in the project:
|
||||||
git pull [--rebase] upstream main
|
git pull [--rebase] upstream main
|
||||||
```
|
```
|
||||||
|
|
||||||
8. Push your topic branch up to your fork:
|
8. Commit your changes, but **do not push compiled CSS and JS files in `dist` and `js/dist`**.
|
||||||
|
Push your topic branch up to your fork:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git push origin <topic-branch-name>
|
git push origin <topic-branch-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
9. [Open a pull request](https://help.github.com/articles/about-pull-requests/)
|
9. [Open a pull request](https://help.github.com/articles/about-pull-requests/)
|
||||||
with a clear title and description against the `main` branch.
|
with a clear title and description against the `main` branch.
|
||||||
|
|
||||||
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
|
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
|
||||||
|
|
Loading…
Reference in New Issue