Skip to content

Commit

Permalink
Delete things that are outdated or inappropriate outside of MSFT (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader authored Sep 10, 2023
1 parent d819034 commit ecf3928
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 99 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.0 (unreleased)
------------------
- BREAK: Repackage to com.bendb.thrifty

3.1.0 (released 13 December 2022)
------------------
- Add: Support default field values in struct-typed constants (#507)
Expand Down
18 changes: 2 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand All @@ -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.
14 changes: 0 additions & 14 deletions NOTICE

This file was deleted.

41 changes: 0 additions & 41 deletions SECURITY.md

This file was deleted.

0 comments on commit ecf3928

Please sign in to comment.