Skip to content

[skip ci] updated contributing and readme #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This allows to run and debug the generated templates from the `dist` folder.

## Pull Request Guidelines

- Checkout a topic branch from a base branch, e.g. `master`.
- Checkout a topic branch from a base branch, e.g. `dev`.

- If adding a new template:

Expand Down Expand Up @@ -120,6 +120,6 @@ Now you can get the latest development into your forked repository with this:

```sh
git fetch --all --prune
git checkout master
git merge upstream/master
git checkout dev
git merge upstream/dev
```
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Streamlit App][streamlit-img]][streamlit-url]
[![ci][gha-img]][gha-url]
[![Preview App][aws-img]][aws-url]
<!-- [![Preview App][aws-img]][aws-url] -->

# Code Generator

Expand All @@ -24,8 +24,8 @@ Development of this project is supported by NumFOCUS Small Development Grant. We

[BSD 3-Clause](LICENSE)

[aws-img]: https://badgen.net/badge/%20/Deployed%20master%20version/ee4c2c?label=
[aws-url]: http://pytorch-ignite-code-generator-dev.eu-west-3.elasticbeanstalk.com/
<!-- [aws-img]: https://badgen.net/badge/%20/Deployed%20master%20version/ee4c2c?label= -->
<!-- [aws-url]: http://pytorch-ignite-code-generator-dev.eu-west-3.elasticbeanstalk.com/ -->
[gha-img]: https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml/badge.svg
[gha-url]: https://github.com/pytorch-ignite/code-generator/actions/workflows/ci.yml
[streamlit-img]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
Expand Down