Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 2.31 KB

CONTRIBUTING.md

File metadata and controls

44 lines (25 loc) · 2.31 KB

Contributing to Adabas and Natural code samples project

  1. First, fork the repository using the Fork button in the upper right corner of the repository page:

fork_repository

  1. Make the necessary changes to the forked repository.

To create a new sample follow these steps:

  1. Click Add file -> Create a new file add file1

  2. Type the folder name and add "/" at the end, this will create a new folder path add file 2

  3. Write the program name and write tour code in the text area, please also add a short description on the title of the program
    add file 3

add file 4

  1. At the end please sign off and commit, you may add an optional description add file 5

  2. Please repeat this and add an MD file with a description add file 6

  3. Use the Contribute button in the forked repository to open pull request:

open_pull_request

  1. In the "base branch" drop-down menu, select the branch of the upstream repository you'd like to merge changes into.
  2. In the "head fork" drop-down menu, select your fork, then use the "compare branch" drop-down menu to select the branch you made your changes in.

compare_branch

Type a title and description for your pull request, explaining your changes.

  1. Create the pull request.

image

  1. We will review the request and approve it.