mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[contrib] Specify absolute path to the pictures
parent
c526802eca
commit
e385464378
@ -53,7 +53,7 @@ If everything works for you, you may move forward.
|
||||
|
||||
You can't work directly in the original Boost.Geometry repository, therefore you should create your fork of this library. This way you can modify the code and when the job is done send a pull request to merge your changes with the original repository.
|
||||
|
||||

|
||||

|
||||
|
||||
1. login on GitHub
|
||||
2. go to [Boost.Geometry repository](https://github.com/boostorg/geometry)
|
||||
@ -100,7 +100,7 @@ For now there is only one remote repository set for this local copy. You may che
|
||||
|
||||
you should see something like this
|
||||
|
||||

|
||||

|
||||
|
||||
There is one remote repository added, the original Boost.Geometry repository at [boostorg/geometry](https://github.com/boostorg/geometry)
|
||||
|
||||
@ -116,7 +116,7 @@ now after running
|
||||
|
||||
you should also see the remote you just added
|
||||
|
||||

|
||||

|
||||
|
||||
#### GitFlow workflow
|
||||
|
||||
@ -137,13 +137,13 @@ Make sure you're in develop branch running
|
||||
|
||||
you should see
|
||||
|
||||

|
||||

|
||||
|
||||
Now pick a name for your new branch. Try to choose the name which doesn't already exist. To check the names of existing remote branches run
|
||||
|
||||
git branch -a
|
||||
|
||||

|
||||

|
||||
|
||||
or check them directly on GitHub.
|
||||
|
||||
@ -168,19 +168,19 @@ Now after running
|
||||
|
||||
you should see
|
||||
|
||||

|
||||

|
||||
|
||||
Have in mind that if you didn't use the `-u` switch you wouldn't see the tracking info for your new branch.
|
||||
|
||||
You should also be able to see your newly created remote branch on GitHub
|
||||
|
||||

|
||||

|
||||
|
||||
or while running
|
||||
|
||||
gitk
|
||||
|
||||

|
||||

|
||||
|
||||
### Modify the branch
|
||||
|
||||
@ -232,19 +232,19 @@ After pushing your work you should be able to see it on GitHub.
|
||||
|
||||
Click "Compare and pull request" button
|
||||
|
||||

|
||||

|
||||
|
||||
By default GitHub wants to request a pull to the boostorg/geometry:master branch
|
||||
|
||||

|
||||

|
||||
|
||||
Change it by clicking the "Edit" button on the right side and pick develop branch
|
||||
|
||||

|
||||

|
||||
|
||||
add some nice title and description
|
||||
|
||||

|
||||

|
||||
|
||||
and click the "Send pull request" button.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user