From 29326e176722391b8f9876352b08942907efe0a9 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 23 Jul 2023 10:11:54 -0700 Subject: [PATCH] Delete unused PR template --- ...ic-refactor-pull-request-for-issue-2119.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md diff --git a/.github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md b/.github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md deleted file mode 100644 index ecd61f609..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md +++ /dev/null @@ -1,23 +0,0 @@ - - -# Description - - -This PR is for updating/adding a component following the atomic design pattern set out in #2119. - - - ---- - -Extra Info - - -- Component name in [kanban board](https://collab.owncast.tv/kanban/#/2/kanban/edit/omLI2N+LcnP+elmdT7qW9GHD/): `________` - -Checklist: -- [] The component follows the [design guide](../../web/components/_COMPONENT_HOW_TO.md). -- [] Moved the component to the correct `atoms` / `molecules` / `organisms` / `templates` directory. -- [] Added an explanation to this PR for any major changes you made. -- [] Replaced any [`defaultProps`](https://www.reactjstutorials.com/react-basics/17/react-default-props) with default args. -- [] Added a (short) JSDoc description to the component. -- [] Removed the component's Storybook description text with if it's not needed.