From 44378c29056b1b1bbfa0f3ee813e671a6c86f43e Mon Sep 17 00:00:00 2001 From: Rex Morgan Date: Sat, 3 Mar 2018 03:30:34 -0600 Subject: [PATCH] Required info needed when updating existing packages (#122) * Updating submitting a package instructions to include required information when updating a package. * Updating last modified date. --- packaging/submitting-a-package/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/submitting-a-package/en.md b/packaging/submitting-a-package/en.md index f845bf7..5adb678 100644 --- a/packaging/submitting-a-package/en.md +++ b/packaging/submitting-a-package/en.md @@ -1,6 +1,6 @@ +++ title = "Submitting the Package" -lastmod = "2017-07-22T15:02:16+03:00" +lastmod = "2018-03-03T03:28:16-05:00" +++ # Submitting the Package @@ -79,7 +79,7 @@ on suitable commit messages, please check the [tooling central documentation](ht Now you have your git commit, it's time to send it to us for review. Using the CLI again, simply issue: `arc diff` -A new editor session will open, where you can provide optional details. Note that the default reviewer will be assigned after you submit, so it is not necessary to specify anyone here. Once you're finished, save and exit the editor (`CTRL+O` + `CTRL+X` for nano), and the patch will then be uploaded. You'll be presented with the Differential URL, and a review will happen as soon as possible. +A new editor session will open, where you can provide additional details. Note that the default reviewer will be assigned after you submit, so it is not necessary to specify anyone here. If you are updating an existing package, please be sure to include a summarized changelog (or a link to the changelog provided upstream) and a test plan indicating that you've installed and run the package. Once you're finished, save and exit the editor (`CTRL+O` + `CTRL+X` for nano), and the patch will then be uploaded. You'll be presented with the Differential URL, and a review will happen as soon as possible. ## Updating a patch that needs changes