From 22120f7ff8cdd9796eb7e65d67623327e44eb8fc Mon Sep 17 00:00:00 2001 From: Edi Katsenelson <85438368+edik24@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:30:07 +0200 Subject: [PATCH] Update adopt.md --- docs/partners/adopt.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/docs/partners/adopt.md b/docs/partners/adopt.md index fd00e2a3c..82964a2c7 100644 --- a/docs/partners/adopt.md +++ b/docs/partners/adopt.md @@ -166,38 +166,29 @@ Follow the steps below to adopt using the a text editor or IDE. For additional g Make sure you change the `MONTH`, `DAY`, and `YEAR` to the appropriate date that is 90 days from your submission date. - - -2. Next, open the `pack_metadata.json` file and update the following sections: - - - `support` - must say `partner` - - `author` - must say your company name - - `url` - must be changed to your company’s support site - - `email` - must be your company's support email. - -3. Once everything is updated, save your changes and run the `demisto-sdk update-release-notes -i -f`. The command output will instruct you to open the newly-created release note. Find the file and open it. +2. Once everything is updated, save your changes and run the `demisto-sdk update-release-notes -i -f`. The command output will instruct you to open the newly-created release note. Find the file and open it. -4. Replace the `%%RN%%` placeholder with the following text: +3. Replace the `%%RN%%` placeholder with the following text: ``` - Started adoption process. ``` -5. Go to _Source Control_ tab and commit the changes. Click on the _Publish Branch_ button. This will open a Pull Request. +4. Go to _Source Control_ tab and commit the changes. Click on the _Publish Branch_ button. This will open a Pull Request. -6. Fill out the pull request details and create the pull request. +5. Fill out the pull request details and create the pull request. **After 90 days** Please follow the steps below to complete the adoption process: -7. Open the `README.md` file and update the top of the file with the following: +6. Open the `README.md` file and update the top of the file with the following: ``` Note: Support for this Pack moved to the partner on MONTH, DAY, YEAR. Please contact the partner directly via the support link on the right. ``` -8. Open the `pack_metadata.json` file and update the following sections: +7. Open the `pack_metadata.json` file and update the following sections: - `support` - must say “partner” @@ -209,7 +200,7 @@ Follow the steps below to adopt using the a text editor or IDE. For additional g - Also, update your Author image using the [Author image instructions](https://xsoar.pan.dev/docs/packs/packs-format#author_imagepng). -9. Repeat step 3 through 6 in the previous section. Replace the `%%RN%%` placeholder with the following text: +9. Repeat step 3 in the previous section. Replace the `%%RN%%` placeholder with the following text: ``` - Completed adoption process. @@ -344,4 +335,4 @@ Follow the below steps to complete the adoption process:
-Once the Cortex XSOAR engineering team merges your Pull Request, you will have successfully adopted your pack! \ No newline at end of file +Once the Cortex XSOAR engineering team merges your Pull Request, you will have successfully adopted your pack!