annotate CONTRIBUTING.md @ 22226:c896a8e70777

Truffle/Instrumentation: Redesign instrumentation node classes to reduce the public API exposure. - ProbeNode is no longer public - Public interface InstrumentationNode.TruffleEvents is now abstract class EventHandlerNode with package private constructor - Interface ProbeNode.WrapperNode is no longer inside ProbeNode and has been expanded slightly so ProbeNode can be package private
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sun, 20 Sep 2015 15:51:39 -0700
parents a968fd429ee5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18312
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
1 Please see http://openjdk.java.net/contribute/ for details of how to contribute
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
2 to OpenJDK projects including GraalVM.