Skip to content

Conversation

@na018
Copy link

@na018 na018 commented Aug 17, 2022

Description

  • Added two lines to speedup the process for other newbies, so that the common submodule is automatically installed, and they don't run into zsh bracket issues 😅
  • Added an example description for community contribution

Motivation and Context

Simplify the "getting-started" 🚀

How has this been tested?

☑ Tested with a new clone/install

Added two lines to speedup the process for other newbies, so that the common submodule is automatically installed, and they don't run into zsh bracket issues 😅
Since I wanted to contribute, and I know this as a common easy way, I added a view lines for this in the Readme
Comment on lines +47 to +52
Clone the repository with submodules
```sh

git clone --recurse-submodules git@github.com:automl/Auto-PyTorch.git

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Clone the repository with submodules
```sh
git clone --recurse-submodules git@github.com:automl/Auto-PyTorch.git
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add these lines under ## Manual Installation from line no. 71?

Copy link
Contributor

@ravinkohli ravinkohli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, but unfortunately we won't be able to merge this one as it is directed towards master. Therefore I am closing this PR. I suggest you checkout a new branch from the development branch and resubmit this PR. I have also left some minor comments.


### Community Contribution
1. Fork the Repository into your account
2. create a `feature` or `bug` sub-branch e.g. `git checkout -b feature/name_of_feature`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As stated in line 210, we would like the users to check out new branches from the development branch. I suggest that you unify ## Contributing and ### Community Contribution.

@ravinkohli ravinkohli closed this Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants