Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.28 KB

contributing.md

File metadata and controls

51 lines (30 loc) · 2.28 KB
title summary reviewed
How to contribute
The Particular Platform is open source and takes contributions from the community.
2020-07-27

Getting started

  1. Create a GitHub account.
  2. Find the relevant repository by browsing the list of repositories.

Raising bugs/feature requests

This is done using GitHub Issues.

Use issues to track ideas, enhancements, tasks, or bugs for work on GitHub.

About issues

For more information on issues see:

Submitting changes

This is done using GitHub Pull Requests.

Pull requests let you tell others about changes you've pushed to a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before the changes are merged into the repository.

About pull requests

For more information on Pull Requests see:

Contributor License Agreement (CLA)

When opening a pull request in a Particular Software repository, the CLA assistant will verify that the GitHub account submitting the pull request has signed the Particular Software Contributor License Agreement. Pull requests cannot be accepted until the CLA has been signed.

Additional resources