Skip to content

Commit

Permalink
Edge Driver Repo Check List (#1058)
Browse files Browse the repository at this point in the history
* Edge Driver Repo Check List

This is a potential sample for a PR Template for the Edge Drivers Repo.

* Update Checklist

* Update Checklist

* Update Checklist

* Rename Checklist to PULL_REQUEST_TEMPLATE

Change file name to PULL_REQUEST_TEMPLATE

* Update PULL_REQUEST_TEMPLATE

* Update PULL_REQUEST_TEMPLATE

* Update PULL_REQUEST_TEMPLATE

* Update and rename PULL_REQUEST_TEMPLATE to .github/PULL_REQUEST_TEMPLATE.md

Relocate and change file type

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
lelandblue authored Jul 17, 2024
1 parent c5c28ec commit f6e3f64
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Check all that apply

# Type of Change

- [ ] WWST Certification Request
- If this is your first time contributing code:
- [ ] I have reviewed the README.md file
- [ ] I have reviewed the CODE_OF_CONDUCT.md file
- [ ] I have signed the CLA
- [ ] I plan on entering a WWST Certification Request or have entered a request through the WWST Certification console at developer.smartthings.com
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor

# Checklist

- [ ] I have performed a self-review of my code
- [ ] I have commented my code in hard-to-understand areas
- [ ] I have verified my changes by testing with a device or have communicated a plan for testing
- [ ] I am adding new behavior, such as adding a sub-driver, and have added and run new unit tests to cover the new behavior

# Description of Change


# Summary of Completed Tests


0 comments on commit f6e3f64

Please sign in to comment.