-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete things that are outdated or inappropriate outside of MSFT (#2)
- Loading branch information
1 parent
d819034
commit ecf3928
Showing
5 changed files
with
6 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,8 @@ DOs and DON'Ts | |
Coding Style | ||
------------ | ||
|
||
The coding style employed here is fairly conventional Java - indentations are four spaces, class | ||
names are PascalCased, identifiers and methods are camelCased. Code style is checked automatically | ||
with checkstyle - nonconforming code will fail during CI builds. Anything not covered by checkstyle | ||
is left to your discretion, but please try to favor matching the style of existing code. | ||
The coding style employed here is fairly conventional Kotlin. Please use the standard Kotlin code style. Anything not covered by CI | ||
checks is left to your discretion, but please try to favor matching the style of existing code. | ||
|
||
Workflow | ||
-------- | ||
|
@@ -36,15 +34,3 @@ direction, and hopefully avoid investing a lot of time on a feature that might n | |
Small pull requests for things like typos, bugfixes, etc are always welcome. | ||
|
||
Please note that we will not accept pull requests for style changes. | ||
|
||
|
||
Contributor License Agreement (CLA) | ||
----------------------------------- | ||
|
||
Before we can accept your code, you must sign an individual Contributor License Agreement. When you | ||
open a new pull request, our CLA robot will guide you through the process. | ||
|
||
Code of Conduct | ||
--------------- | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
This file was deleted.
Oops, something went wrong.