File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ This allows to run and debug the generated templates from the `dist` folder.
7171
7272## Pull Request Guidelines
7373
74- - Checkout a topic branch from a base branch, e.g. ` master ` .
74+ - Checkout a topic branch from a base branch, e.g. ` dev ` .
7575
7676- If adding a new template:
7777
@@ -120,6 +120,6 @@ Now you can get the latest development into your forked repository with this:
120120
121121``` sh
122122git fetch --all --prune
123- git checkout master
124- git merge upstream/master
123+ git checkout dev
124+ git merge upstream/dev
125125```
Original file line number Diff line number Diff line change 11[ ![ Streamlit App] [ streamlit-img ]] [ streamlit-url ]
22[ ![ ci] [ gha-img ]] [ gha-url ]
3- [ ![ Preview App] [ aws-img ]] [ aws-url ]
3+ <!-- [![Preview App][aws-img]][aws-url] -->
44
55# Code Generator
66
@@ -24,8 +24,8 @@ Development of this project is supported by NumFOCUS Small Development Grant. We
2424
2525[ BSD 3-Clause] ( LICENSE )
2626
27- [ aws-img ] : https://badgen.net/badge/%20/Deployed%20master%20version/ee4c2c?label=
28- [ aws-url ] : http://pytorch-ignite-code-generator-dev.eu-west-3.elasticbeanstalk.com/
27+ <!-- [aws-img]: https://badgen.net/badge/%20/Deployed%20master%20version/ee4c2c?label= -->
28+ <!-- [aws-url]: http://pytorch-ignite-code-generator-dev.eu-west-3.elasticbeanstalk.com/ -->
2929[ gha-img ] : https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml/badge.svg
3030[ gha-url ] : https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml
3131[ streamlit-img ] : https://static.streamlit.io/badges/streamlit_badge_black_white.svg
You can’t perform that action at this time.
0 commit comments