Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

File metadata and controls

26 lines (18 loc) · 1.05 KB

Arcus Pull Request

Thank you for your contribution to Arcus. Please answer the following questions regarding your pull request:


  1. Please let us know about the contribution you are making

    • Does this contribution update documentation?
    • Does this contribution update code?
      • Does it fix a bug?
      • Does it add new functionality?
  2. Assuming there is a code change in this contribution

    • Have you included unit test(s) to verify the change?
    • Do all pre-existing unit tests pass as expected?
    • Does the change break existing functionality, if so have you explained why doing so is necessary?
    • Have you listed the possible side-effects or negative impacts of code changes.
  3. Put closes #XXXX in your comment, where XXXX is the the issue that your PR addresses.

    • If and issue does not yet exist, please create one before continuing
  4. Provide any other information that pertinent to the PR you're making.

  5. Submit your Pull Request

Thanks again, we'll review your PR and and act accordingly.