From 8ca53c6063c0443a402c29e1c401c8c30829ffd1 Mon Sep 17 00:00:00 2001 From: James Young Date: Wed, 21 Sep 2022 19:04:56 +0200 Subject: [PATCH] docs: add a new GH PR template for PRs for #2119 (#2133) --- ...ic-refactor-pull-request-for-issue-2119.md | 23 +++++++++++++++++++ .../standard-pull-request.md} | 0 2 files changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md rename .github/{PULL_REQUEST_TEMPLATE.md => PULL_REQUEST_TEMPLATE/standard-pull-request.md} (100%) 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 new file mode 100644 index 000000000..ecd61f609 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/atomic-refactor-pull-request-for-issue-2119.md @@ -0,0 +1,23 @@ + + +# 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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/standard-pull-request.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/standard-pull-request.md