From 392ce4fe650bc082d803171e5b4cca57801d0d0c Mon Sep 17 00:00:00 2001 From: Ronja <79447937+ronja-ui@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:04:27 +0200 Subject: [PATCH] Update README.adoc added contributing guidelines --- README.adoc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5790dad..c6754a6 100644 --- a/README.adoc +++ b/README.adoc @@ -81,4 +81,25 @@ You can get `ZonedDateTime` using `RFC5424Timestamp` class: ---- RFC5424Timestamp timestamp = new RFC5424Timestamp(rfc5424Frame.timestamp); System.out.println("Current timestamp in ZonedDateTime: " + timestamp.toZonedDateTime()); ----- \ No newline at end of file +---- + +## Contributing + +// Change the repository name in the issues link to match with your project's name + +You can involve yourself with our project by https://github.com/teragrep/repo-template/issues/new/choose[opening an issue] or submitting a pull request. + +Contribution requirements: + +. *All changes must be accompanied by a new or changed test.* If you think testing is not required in your pull request, include a sufficient explanation as why you think so. +. Security checks must pass +. Pull requests must align with the principles and http://www.extremeprogramming.org/values.html[values] of extreme programming. +. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO). + +Read more in our https://github.com/teragrep/teragrep/blob/main/contributing.adoc[Contributing Guideline]. + +### Contributor License Agreement + +Contributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories. + +You need to submit the CLA only once. After submitting the CLA you can contribute to all Teragrep's repositories.