You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,20 @@ For generating package ready for distribution (default deb) execute in build dir
259
259
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.
260
260
Project and library share a common version number.
261
261
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
0 commit comments