Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Minor corrections, changed some text for clarification.

How to create a Pull Request for TrinityCore

1.) Fork the TrinityCore Repository



2.) Choose the correct Fork position


3.) Wait until you get your new Fork

4.) Copy the Url URL of your Fork

5.) Create a new Folder and start cloning
http://pokit.org/get/?5ee9bf8c1258dcbead5931ddd8f6c4a2.jpg
6.) Type the Url URL of the Repository and choose select the correct main branch you want to use


7.) Start cloning


8.) Wait while the repository gets cloned

9.) Browse in your repository

10.) Use Git-Bash

11.) Create a new Branch with "git checkout -b xxx" (in this case MayFix) - and type 'Enter'
Note: The name of the branch is really random, MayFix is only an example here

12.) Switch to your (MayFix) Branch

13.) Apply your C++ Fix and save it

14.) Browse to your Repo Open up the newly created commit - You will see changes there

15.) Stage it

16.) Apply a fitting Commitmessage Commit message (Structure of this: Maincategoryto use: Main category/Subcategory: Object - Changed Subject)

17.) Push it

18.) Enable Create the new branch in your online repository

19.) Click the Compare-Button in the Mainrepository

20.) Click the create Create Pull - Request -Buttonbutton

Now you are done, congratulations to your first PullRequest Pull Request (sonrisa)