From 934b3635dd76b8d9b8758264fd9e2d52e650a4ef Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 9 Oct 2019 08:28:37 +0200 Subject: [PATCH] Updated contributing.md Provided a hint for syncing an old fork --- docs/collections/_development/contributing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/collections/_development/contributing.md b/docs/collections/_development/contributing.md index 217bde407..3b9c89103 100644 --- a/docs/collections/_development/contributing.md +++ b/docs/collections/_development/contributing.md @@ -22,3 +22,8 @@ How to submit a pull request: Every time a commit is pushed to the master branch, [Travis CI](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](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap) Alternatively, use the GitHub webinterface to change the files and submit a pull request. + + +If you already have an old fork and would like to create a new pull request, +you can sync your old fork to current state following this guide: +https://github.com/KirstieJane/STEMMRoleModels/wiki/Syncing-your-fork-to-the-original-repository-via-the-browser