From 6df812deced80467727c0b8bf6c2024ccd572b84 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Fri, 1 Nov 2024 14:10:14 -0600 Subject: [PATCH 1/2] Add a GH template to report an internal issue --- .github/ISSUE_TEMPLATE/Internal.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Internal.md diff --git a/.github/ISSUE_TEMPLATE/Internal.md b/.github/ISSUE_TEMPLATE/Internal.md new file mode 100644 index 000000000000..ab769fa95144 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Internal.md @@ -0,0 +1,27 @@ +--- +name: Open an internal issue for a backend fix +about: Use this template to report a backend issue that an internal Expensify employee needs to fix +labels: Hot Pick, Daily, Internal, AutoAssignerNewDotQuality +--- + + +**Original GH:** + +## Action Performed: +Break down in numbered steps + +## Expected Result: +Describe what you think the backend _SHOULD_ have done + +## Actual Result: +Describe what the backend _ACTUALLY_ did + +## Platforms: + +## Screenshots/Videos + +
+ Add any screenshot/video evidence + + +
From 5487d0603d9df83badeea61b8fae6dae2e79bdc8 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Fri, 1 Nov 2024 14:17:18 -0600 Subject: [PATCH 2/2] Remove platforms --- .github/ISSUE_TEMPLATE/Internal.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Internal.md b/.github/ISSUE_TEMPLATE/Internal.md index ab769fa95144..c4fde407df13 100644 --- a/.github/ISSUE_TEMPLATE/Internal.md +++ b/.github/ISSUE_TEMPLATE/Internal.md @@ -16,8 +16,6 @@ Describe what you think the backend _SHOULD_ have done ## Actual Result: Describe what the backend _ACTUALLY_ did -## Platforms: - ## Screenshots/Videos