diff --git a/.github/ISSUE_TEMPLATE/Integration-Test.yaml b/.github/ISSUE_TEMPLATE/Integration-Test.yaml new file mode 100644 index 000000000..c004250b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Integration-Test.yaml @@ -0,0 +1,20 @@ +name: Integration Test +description: Create a report for an integration test to test all cases of a new API endpoint. +title: "[Integration Test]: " +labels: [Testing] +body: + - type: input + attributes: + label: Endpoint URL + validations: + required: true + - type: input + attributes: + label: HTTP Method + validations: + required: true + - type: textarea + attributes: + label: Describe the test cases + validations: + required: true \ No newline at end of file