From 9f30cb32fc5247fb47b23592748552b33d830c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20ZITTE?= <16295702+agneszitte@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:50:01 -0400 Subject: [PATCH] chore: Update pull_request_template.md to add more docs in PR Checklist --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ed99a9612..fa1ff84b1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -31,8 +31,14 @@ Please check if your PR fulfills the following requirements: - [ ] MacOS - [ ] Updated the documentation as needed: - [ ] [General Doc Update](https://github.com/unoplatform/Uno.Themes/tree/master/doc) + - [ ] [material-getting-started.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/material-getting-started.md) + - [ ] [material-colors.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/material-colors.md) - [ ] [material-controls-styles.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/material-controls-styles.md) + - [ ] [material-controls-extensions.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/material-controls-extensions.md) + - [ ] [material-dsp.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/material-dsp.md) + - [ ] [cupertino-getting-started.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/cupertino-getting-started.md) - [ ] [cupertino-controls-styles.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/cupertino-controls-styles.md) + - [ ] [fluent-getting-started.md](https://github.com/unoplatform/Uno.Themes/blob/master/doc/fluent-getting-started.md) - [ ] [lightweight-styling.md (LightWeight Styling Resource Keys)](https://github.com/unoplatform/Uno.Themes/blob/master/doc/lightweight-styling.md) - [ ] Contains **No** breaking changes > If the pull request contains breaking changes, commit message must contain a detailed description of the action to take for the consumer of this library. As explained by the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary)