Product SiteDocumentation Site

1.6. Submitting Changes

This section describes what you should do to submit a set of changes to MantisBT, allowing the project developers to review and test, your code, and ultimately commit it to the MantisBT repository.
The actual submission can be done using several methods, described later in this section:

1.6.1. Before you submit

Before submitting your contribution, you should make sure that
  1. Your code follows the MantisBT coding guidelines
  2. You have tested your changes locally (see Section 1.5, “PHPUnit tests”)
  3. Your local branch has been rebased on top of the current Master branch, as described in Section 1.4.1, “Private Branches”.