mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
983d6410f4
commit
174f9eafa7
|
@ -35,13 +35,13 @@ https://guides.github.com/activities/contributing-to-open-source/
|
||||||
|
|
||||||
1: Install the development version of abapGit by cloning the repository using an online repository, or downloading the zip file and installing it using an offline repository.
|
1: Install the development version of abapGit by cloning the repository using an online repository, or downloading the zip file and installing it using an offline repository.
|
||||||
|
|
||||||
2: The abapGit report installed in your system will now consist of multiple includes
|
2: The abapGit report installed in your system will now consist of multiple classes
|
||||||
|
|
||||||
3: Do the required changes to includes and/or main program
|
3: Do the required changes to classes and/or main program
|
||||||
|
|
||||||
4: Create the pull request with the changes to the includes
|
4: Create the pull request with the changes
|
||||||
|
|
||||||
5: After the pull request is merged, abapmerge will automatically run to build the non-include version of abapGit.
|
5: After the pull request is merged, abapmerge will automatically run to build the report version of abapGit.
|
||||||
|
|
||||||
Every time a commit is pushed to the master branch, https://travis-ci.org/ will be triggered to perform the build. It will use [abapmerge](https://github.com/larshp/abapmerge) to merge all the includes into a single file, the build can be downloaded from https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap
|
Every time a commit is pushed to the master branch, https://travis-ci.org/ will be triggered to perform the build. It will use [abapmerge](https://github.com/larshp/abapmerge) to merge all the includes into a single file, the build can be downloaded from https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user