Skip to content

Contributing

Derek Bruening edited this page Nov 28, 2014 · 9 revisions

#summary Policies for contributors to Dr. Memory

= Contributing to Dr. Memory =

We welcome contributions to Dr. Memory. Contributors must first sign a [https://developers.google.com/open-source/cla/individual Contributor License Agreement]. Send email to drmemory-users at googlegroups dot com expressing interest in contributing to the sources.

= Project Ideas =

See [Projects] for a list of suggested projects.

= Guidelines for Submitting Code Changes =

Some pointers to get started once you've signed the Contributor License Agreement:

  • Follow our coding style conventions: CodeStyle
  • Build and run the tests to test new code and ensure it works before submitting as a patch: CodeReviews, TestSuite
  • Submit patches to our online review system and cc the developer email list: CodeReviews
  • The [https://code.google.com/p/dynamorio/wiki/CommitCriteria DynamoRIO guidelines] regarding staging large commits and how to write commit messages apply as well
Clone this wiki locally