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.
71
71
72
72
## Pull Request Guidelines
73
73
74
- - Checkout a topic branch from a base branch, e.g. ` master ` .
74
+ - Checkout a topic branch from a base branch, e.g. ` dev ` .
75
75
76
76
- If adding a new template:
77
77
@@ -120,6 +120,6 @@ Now you can get the latest development into your forked repository with this:
120
120
121
121
``` sh
122
122
git fetch --all --prune
123
- git checkout master
124
- git merge upstream/master
123
+ git checkout dev
124
+ git merge upstream/dev
125
125
```
Original file line number Diff line number Diff line change 1
1
[ ![ Streamlit App] [ streamlit-img ]] [ streamlit-url ]
2
2
[ ![ ci] [ gha-img ]] [ gha-url ]
3
- [ ![ Preview App] [ aws-img ]] [ aws-url ]
3
+ <!-- [![Preview App][aws-img]][aws-url] -->
4
4
5
5
# Code Generator
6
6
@@ -24,8 +24,8 @@ Development of this project is supported by NumFOCUS Small Development Grant. We
24
24
25
25
[ BSD 3-Clause] ( LICENSE )
26
26
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/ -->
29
29
[ gha-img ] : https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml/badge.svg
30
30
[ gha-url ] : https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml
31
31
[ streamlit-img ] : https://static.streamlit.io/badges/streamlit_badge_black_white.svg
You can’t perform that action at this time.
0 commit comments