Skip to content

Commit

Permalink
Update Contributing to Akka.NET.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Mar 2, 2015
1 parent 0405160 commit 255140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/wiki/Contributing to Akka.NET.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Akka.NET exposes the Actor model to .NET in a way that has never been done befor
## How to Send Code Contributions to Akka.NET
If you want to contribute code to Akka.NET, here's how:

1. First read the [Developer Guidelines](Developer Guidelines)
1. First read the [Developer Guidelines](Contributor guidelines)
1. Fork this repository.
1. Please [squash your commits into a single commit](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html), if possible - this will make it easier for everyone else to review. And be sure to include a description of your changes along with any [related issues](https://github.com/akkadotnet/akka.net/issues).
1. Push changes to your local fork, and when you're ready to have them reviewed by an AkkaDotNet team member, send a pull request to the `dev` branch on this repository.
Expand Down

2 comments on commit 255140f

@Petabridge-CI
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Akka.NET :: Akka.NET PR Build Build 86 is now running

@Petabridge-CI
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Akka.NET :: Akka.NET PR Build Build 86 outcome was FAILURE
Summary: System.Exception: xUnit failed for the following assemblies: D:\BuildAgent\work\49b164d63843fb4\src\core\Akka.Persistence.Tests\bin\Release\Akka.Persistence.Tests.dll, D:\BuildAgent\work\49b164d63843fb4\src\core\Akka.Tests\bin\Release\Akka.Tests.dll ... Build time: 00:13:58

Failed tests

Akka.Tests.dll: Akka.Tests.Routing.TailChoppingSpec.Tail_chopping_router_must_throw_exception_if_no_result_will_arrive_within_the_given_time: <no details avaliable>

Akka.Persistence.Tests.dll: Akka.Persistence.Tests.GuaranteedDeliveryCrashSpec.GuaranteedDelivery_should_not_send_when_actor_crashes: <no details avaliable>

Please sign in to comment.