Skip to content

Commit ecb9b4c

Browse files
authored
Introduction of the development branch
1 parent 3248b4b commit ecb9b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTIONS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Contribution Guidelines
2-
* Read and agree to the [Developer Certificate of Origin](https://github.com/IBM/dbb-zappbuild/blob/master/DCO1.1.txt) document.
2+
* Read and agree to the [Developer Certificate of Origin](https://github.com/IBM/dbb-zappbuild/blob/development/DCO1.1.txt) document.
33
* Fork and Create a Pull Request
4-
* Fork the dbb-zappbuild repo, create a new topic branch from master and apply your changes there. Create a Pull Request from your topic branch against the dbb-zappbuild master branch.
4+
* Fork the dbb-zappbuild repo, create a new topic branch from development and apply your changes there. Create a Pull Request from your topic branch against the dbb-zappbuild development branch.
55
* Limit each Pull Request to one enhancement or bug fix. Don't bundle multiple enhancements/changes (e.g. a new enhancement and a fix to an existing sample) into a single Pull Request - create one PR for the new enhancement, and a separate PR for the fix.
66
* For complex changes, try to squash your changes into a single commit. Don't create a PR consisting of 20 commits that show your work in progress. Before you create the PR, squash your changes into a single commit.
77
* Send an email to [email protected] with a link to the Pull Request and the following statement:
88
```
99
DCO 1.1 signed-off-by: Random J Developer [email protected].
1010
```
11-
* The contribution will be reviewed by a member of the IBM Dependency Based Build development team.
11+
* The contribution will be reviewed by a member of the IBM Dependency Based Build development team.

0 commit comments

Comments
 (0)