Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.37 KB

.crux_template.md

File metadata and controls

30 lines (23 loc) · 1.37 KB

Context

** add your description here **

Link to Asana task:

Checklist

Select all applicable fields with (+, x, y) and mark all non-applicable fields with (n/a or -) in the list

Testing

  • [] All unit tests pass (locally and/or on the feature pipeline).
  • [] Functional tests pass, if applicable.
  • [] I have added new unit tests, if necessary for the changes made.

Build, deployment & pipelines

  • [] Local build (./gradlew build -p clickstream) completes successfully.
  • [] Feature pipeline completes successfully for my changes.
  • [] NightsWatch Deployment tests pass (verify for significant changes).

Miscellaneous

  • [] I have reviewed the New Code and Overall Code tab in SonarQube for my branch.
  • [] I have removed any commented-out code or debugging statements.
  • [] I have updated the README or relevant documentation if necessary.
  • [] I have included any additional information or diagrams for other developers to understand my changes.

Additional Notes including Supplementary Testing/Screenshots

  • Add your notes and screenshots here
  • If any items in the checklist are not applicable to your changes, please explain why.
  • If there are any known issues or limitations with the changes, please document them.