Skip to content

Commit

Permalink
Merge branch 'piranha-objc' of ssh://github.com/uber/piranha into pir…
Browse files Browse the repository at this point in the history
…anha-objc
  • Loading branch information
mkr-plse committed Nov 27, 2019
2 parents 7e7252d + 7af429c commit b98cfa8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
java/.gradle
*/build/
java/*/build/
.idea
piranha.iml
objc/process
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Small pull requests for things like typos, bug fixes, etc are always welcome.
DOs and DON'Ts
--------------

* DO format your code using Google Java Format.
* DO format your code using Google Java Format (for Java), clang-format (for ObjC).
* DO include tests when adding new features. When fixing bugs, start with adding a test that highlights how the current behavior is broken.
* DO keep the discussions focused. When a new or related topic comes up it's often better to create new issue than to side track the discussion.

Expand Down
13 changes: 0 additions & 13 deletions RELEASING.md

This file was deleted.

0 comments on commit b98cfa8

Please sign in to comment.