Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.54 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

53 lines (35 loc) · 1.54 KB
submission notes
**Important:** Please sanitize/remove any confidential info like usernames, passwords, org names, product names/ids, access tokens, client ids/secrets, or anything else you don't wish to share.

Please Read and Sign the Contributor License Agreement ([Info here](https://github.com/spark/firmware/blob/develop/CONTRIBUTING.md)).

You may also delete this submission notes header if you'd like. Thank you for contributing!

Problem

What Bug or Missing Feature does this PR address? (A short summary is preferred over links)

Solution

How does this PR address the problem stated above? (Describing the solutions implemented in code will facilitate a smooth discussion, review and testing of this PR)

Steps to Test

Which unit/integration/application tests are applicable to this code change? (At minimum a test of some kind should be provided)

Example App

void setup() {
  /* A minimal example app is super helpful 
   * for testing new features and fixes. 
   * A link to a Docs PR is even better!
   */
}

void loop() {

}

References

Links to the Community, Docs, Other Issues, etc..


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)