From e745638243f5c792d2cc5505779f2fb054c3ee4a Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Fri, 30 Jun 2023 16:09:42 +0100 Subject: [PATCH] Create Contributing.md --- Contributing.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Contributing.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 00000000..fb5cdf20 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,18 @@ +# CONTRIBUTING + +Microsoft Authentication Library for Java welcomes new contributors. This document will guide you +through the process. + +## CONTRIBUTOR LICENSE AGREEMENT + +Please visit [https://cla.microsoft.com/](https://cla.microsoft.com/) and sign the Contributor License +Agreement. You only need to do that once. We can not look at your code until you've submitted this request. + + +## Build + +Use Java8. + +## Test + +Unit tests should run as expected. Integration tests require certificate / secrets which are deployed on CI. External contributors are not able to run integration tests manually.