From 588ba4698c0f20dcb420cebbe4e3224677f50d9a Mon Sep 17 00:00:00 2001 From: Brian Read Date: Thu, 25 Sep 2025 12:45:00 +0200 Subject: [PATCH] Upload PR instructions for use in Wiki when job is done and it goes public --- github PR instructions | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 github PR instructions diff --git a/github PR instructions b/github PR instructions new file mode 100644 index 0000000..f6f0ae2 --- /dev/null +++ b/github PR instructions @@ -0,0 +1,17 @@ +1. Goto Koozali-SME-Server organisation on Github +2. Go into the Repo for the Component you want to change +3. Make sure that the default branch for the repo is "Master" - use the menu settings to change this if necessary (if you can) +4. fork the repo to your own user, make sure that "copy the master branch only" is set. +5. Make whatever source code changes you want by using the github editor. +6. Press "Commit changes", adding a description of the commit and making sure you are sewlecting "Commit directly..." +8. Press "This branch is 1 commit ahead of" +9. Examine diff to make sure the changes are what you expect. +10. Note that the header shows that the realtionship betwen the base repo and your fork +11. To create the pull request (which goes back to the base repo), click on "Create pull request" +12 Add title and description (it needs title for Create pull request button to be enabled) +13 Press "Create pull request". This should enter an entry in the pull requests, plus close the request, plus create a bug on the Koozali Bugzilla +14 Probably shouild delee your Fork once you have got the PR across, as it will be out of date as soon as any updates come to the base repo. + + + +