18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
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.
|
|
|
|
|
|
|
|
|