Skip to content

Commit 2fa5046

Browse files
authored
Add contributing section to README (#244)
Signed-off-by: KP Choi <kp5.choi@samsung.com>
1 parent 398ac42 commit 2fa5046

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,20 @@ For generating package ready for distribution (default deb) execute in build dir
259259
This project is using the following versioning scheme ``API-SET.MAJOR.MINOR.PATCH``. It's mostly based on Semantic Versioning with addition of ``API-SET`` on first place.
260260
Project and library share a common version number.
261261
262+
## Contributing
263+
264+
Contributions are welcome through pull requests.
265+
266+
- Create a topic branch and keep one feature or fix per pull request
267+
- Sign off every commit with `git commit -s` (the DCO check requires it)
268+
- Make sure the CI builds and tests pass
269+
270+
When opening a pull request from a fork, please enable **"Allow edits from
271+
maintainers"**. This lets maintainers push small fixes (typos, rebase
272+
conflicts, style adjustments) directly to your branch instead of describing
273+
them in comments and waiting for your update, which can shorten the review
274+
cycle considerably.
275+
262276
## License
263277
264278
See [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)