Skip to content

Commit cf46da9

Browse files
authored
[skip ci] updated contributing and readme (#93)
* [skip ci] updated contributing * [skip ci] Updated readme
1 parent 16212e2 commit cf46da9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
122122
git fetch --all --prune
123-
git checkout master
124-
git merge upstream/master
123+
git checkout dev
124+
git merge upstream/dev
125125
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)