From 998d89b314fb5d037dc3b043d8ff191854ad44d0 Mon Sep 17 00:00:00 2001 From: Johannes Konings Date: Sun, 27 May 2018 16:28:48 +0200 Subject: [PATCH] docs: contributing to abapGit #1402 (#1420) * link to the section in docs.abapgit.org https://github.com/larshp/abapGit/issues/1402 * add doc page contributing to abapGit https://github.com/larshp/abapGit/issues/1402 * Contributing to abapGit section other https://github.com/larshp/abapGit/issues/1402 * moved to others https://github.com/larshp/abapGit/issues/1402 * link changed to section other https://github.com/larshp/abapGit/issues/1402 --- CONTRIBUTING.md | 14 +------------- docs/other-contributing-abapGit.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 docs/other-contributing-abapGit.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37f0a5eb1..94aa79043 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,16 +33,4 @@ https://guides.github.com/activities/contributing-to-open-source/ ## Building/Creating a PR -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 classes - -3: Do the required changes to classes and/or main program - -4: Create the pull request with the changes - -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 - -Alternatively, use the GitHub webinterface to change the files and submit a pull request. +Building/Creating a PR is described here: http://docs.abapgit.org/other-contributing-abapGit.html diff --git a/docs/other-contributing-abapGit.md b/docs/other-contributing-abapGit.md new file mode 100644 index 000000000..057b2a6df --- /dev/null +++ b/docs/other-contributing-abapGit.md @@ -0,0 +1,21 @@ +--- +title: Contributing to abapGit +category: other +order: 90 +--- + +******************************* + +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 classes + +3: Do the required changes to classes and/or main program + +4: Create the pull request with the changes + +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 + +Alternatively, use the GitHub webinterface to change the files and submit a pull request.