From 08ddb06d16f75b2acdd24e45d838673e032ab28e Mon Sep 17 00:00:00 2001 From: FlorianPydde Date: Mon, 24 Oct 2022 08:45:19 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#78) Instead of cloning the repo, the user now forks it. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f84c8d9..d8a5175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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