mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update the contributing repo page.
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
This commit is contained in:
parent
289eccb933
commit
cf06cb432c
@ -83,17 +83,17 @@ Hard way The best way to contribute is to "clone" your fork of CodeIgniter to yo
|
||||
8. Push your develop branch to your fork
|
||||
9. Send a pull request [http://help.github.com/send-pull-requests/](http://help.github.com/send-pull-requests/)
|
||||
|
||||
The Reactor Engineers will now be alerted about the change and at least one of the team will respond. If your change fails to meet the guidelines it will be bounced, or feedback will be provided to help you improve it.
|
||||
The codebase maintainers will now be alerted about the change and at least one of the team will respond. If your change fails to meet the guidelines it will be bounced, or feedback will be provided to help you improve it.
|
||||
|
||||
Once the Reactor Engineer handling your pull request is happy with it they will merge it into develop and your patch will be part of the next release.
|
||||
Once the maintainer handling your pull request is happy with it they will merge it into develop and your patch will be part of the next release.
|
||||
|
||||
### Keeping your fork up-to-date
|
||||
|
||||
Unlike systems like Subversion, Git can have multiple remotes. A remote is the name for a URL of a Git repository. By default your fork will have a remote named "origin" which points to your fork, but you can add another remote named "codeigniter" which points to `git://github.com/bcit-ci/CodeIgniter.git`. This is a read-only remote but you can pull from this develop branch to update your own.
|
||||
Unlike systems like Subversion, Git can have multiple remotes. A remote is the name for a URL of a Git repository. By default your fork will have a remote named "origin" which points to your fork, but you can add another remote named "codeigniter" which points to `git://github.com/bcit-ci/CodeIgniter4.git`. This is a read-only remote but you can pull from this develop branch to update your own.
|
||||
|
||||
If you are using command-line you can do the following:
|
||||
|
||||
1. `git remote add codeigniter git://github.com/bcit-ci/CodeIgniter.git`
|
||||
1. `git remote add codeigniter git://github.com/bcit-ci/CodeIgniter4.git`
|
||||
2. `git pull codeigniter develop`
|
||||
3. `git push origin develop`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user