Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.03 KB

File metadata and controls

36 lines (23 loc) · 2.03 KB

Contributing to ParticleTracking

Welcome and thank you for considering contributing to ParticleTracking.

Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests.

Getting Started

Contributions are made to this repo via Issues and Pull Requests (PRs). Before you start opening your own, please search for existing Issues and PRs before creating a new one.

Issues

Issues should be used to report problems with the library, request a new feature, or to discuss potential changes before a PR is created. When you create a new Issue, a template will be loaded that will guide you through collecting and providing the information we need to investigate.

If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one.

Pull Requests

PRs are always welcome and can be a quick way to get your fix or improvement included. In general, PRs should:

  • Only fix/add the functionality in question OR address wide-spread whitespace/style issues, not both.
  • Add tests for fixed or changed functionality.
  • Include documentation in the repo.

For changes that address core functionality or would require breaking changes, it's best to open an Issue to discuss your proposal first. This is not required but can save time creating and reviewing changes.

It is best to use the following steps:

  1. Fork the repository to your own Github account
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Follow any formatting and testing guidelines specific to this repo
  6. Push changes to your fork
  7. Open a PR in our repository so that we can review the changes.