Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.84 KB

CONTRIBUTING.MD

File metadata and controls

48 lines (39 loc) · 2.84 KB

Contributing

We love pull requests from everyone and we want to keep it as easy as possible to contribute to the project!

Getting Started

  • Make sure you have a Jira account.
  • Make sure you have a GitHub account.
  • Submit a ticket in Jira for your issue, assuming one does not already exist.
    • Clearly describe the issue including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
  • Fork the repository on GitHub.
  • Setup your development environment with our automatic Oomph setup for Eclipse.

Making Changes

  • Create a topic branch from the latest master branch.
  • Make sure your commit messages are in the proper format.
  • Make sure you have added the necessary tests for your changes.
  • Run all the tests to assure nothing else was accidentally broken.

Submitting Changes

  • Push your changes to a topic branch in your fork of the repository.
  • Submit a pull request to the repository in the inspectIT organization.
  • Update your Jira ticket to mark that you have submitted code and are ready for it to be reviewed (Status: Integration Needed).
    • Include a link to the pull request in the ticket.
  • Sign the Contributor License Agreement (there is a link in the Pull Request to sign it).
  • After feedback has been given we expect responses within four weeks. After four weeks we may close the pull request if it isn't showing any activity.

Additional Resources