Files
documenso/.github/PULL_REQUEST_TEMPLATE/test-addition.md
2023-10-04 20:05:55 +00:00

1.4 KiB

name, about
name about
Test Addition Submit a new test, either unit or end-to-end (E2E), for review and inclusion

Description

Test Details

  • Test Name: Name of the test
  • Type: [Unit / E2E]
  • Description: Brief description of what the test checks
  • Inputs: What inputs the test uses (if applicable)
  • Expected Output: What output or behavior the test expects

Checklist

  • I have written the new test and ensured it works as intended.
  • I have added necessary documentation to explain the purpose of the test.
  • I have followed the project's testing guidelines and coding style.
  • I have addressed any review feedback from previous submissions, if applicable.

Additional Notes