From e4a4a7b0e7b45c0a610b046a1ab90d625e8a32b5 Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Thu, 21 Dec 2023 15:41:53 +0530 Subject: [PATCH] updated PR settings --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7e7a0a435..c47c800ea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,7 @@ ### Pre-launch Checklist - [ ] The [Documentation] is updated accordingly, or this PR doesn't require it. +- [ ] The [ExampleAppChangelog] is updated with related tickets, or this PR doesn't require it. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. @@ -23,5 +24,6 @@ [Documentation]: https://www.100ms.live/docs +[ExampleAppChangelog]: https://github.com/100mslive/100ms-flutter/blob/main/packages/hmssdk_flutter/example/ExampleAppChangelog.txt [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement