Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#78)
Browse files Browse the repository at this point in the history
Instead of cloning the repo, the user now forks it.
  • Loading branch information
FlorianPydde authored Oct 24, 2022
1 parent f7d6037 commit 08ddb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Welcome, and thank you for your interest in contributing. There are many ways to

To develop in your own environment, you will need an Azure Devops project.

1. Clone this repo on your local machine
1. Fork this repo to your own repository.

2. Define your variables and setup the infrastructure following this [guide](https://github.com/microsoft/dstoolkit-mlops-base/blob/main/docs/how-to/GettingStarted.md)

3. Create a new branch: feature/issueNumber-description (or fix instead of feature)
3. Create a new branch: feature/_your-custom-name_ (or fix instead of feature)

4. To run your ADO pipeline in your environment:
- Go to your Azure Devops project, pipeline and click on new pipeline
Expand Down

0 comments on commit 08ddb06

Please sign in to comment.