Skip to content

test3 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: codeowner
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# Add members who own directories and files for automatic Pull Request Reviewers.

# NUI Code Owners List
/src/Tizen.NUI/ @Samsung/nui
/src/Tizen.NUI.Components/ @Samsung/nui
/src/Tizen.NUI/src/public/BaseComponents/Text*.cs @wonrst @Samsung/nui
/src/Tizen.NUI/src/public/Xaml/ @AdunFang @Samsung/nui
/src/Tizen.NUI/src/public/XamlBinding/ @AdunFang @Samsung/nui
/src/Tizen.NUI/src/internal/Xaml/ @AdunFang @Samsung/nui
/src/Tizen.NUI/src/internal/XamlBinding/ @AdunFang @Samsung/nui
/src/Tizen.NUI/src/internal/EXaml/ @AdunFang @Samsung/nui
/test/NUITestSample/ @Samsung/nui
/test/NUITizenGallery/ @Samsung/nui
/test/Tizen.NUI.ComponentApplication/ @Samsung/nui
/test/Tizen.NUI.Samples/ @Samsung/nui
/test/Tizen.NUI.SeamlessSamples/ @Samsung/nui
/test/Tizen.NUI.Tests/ @Samsung/nui
/test/Tizen.NUI.WebViewTest/ @Samsung/nui
/test/Tizen.NUI.WindowSystem.Samples/ @Samsung/nui
/src/Tizen.NUI/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI.Components/ @Seoyeon2Kim @kkhos @jaehyun0cho
/src/Tizen.NUI/src/public/BaseComponents/Text*.cs @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI/src/public/Xaml/ @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI/src/public/XamlBinding/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI/src/internal/Xaml/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI/src/internal/XamlBinding/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/src/Tizen.NUI/src/internal/EXaml/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/NUITestSample/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/NUITizenGallery/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.ComponentApplication/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.Samples/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.SeamlessSamples/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.Tests/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.WebViewTest/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho
/test/Tizen.NUI.WindowSystem.Samples/ @Seoyeon2Kim @taehyub @kkhos @jaehyun0cho

# Please Add more Code Owners below.
1 change: 1 addition & 0 deletions src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
using Tizen.NUI.Text;
using Tizen.NUI.Binding;


namespace Tizen.NUI.BaseComponents
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/Tizen.NUI/src/public/EXaml/EXamlExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
using System.Text;
using Tizen.NUI.BaseComponents;

//Test for codeowners
namespace Tizen.NUI.EXaml
{
/// Internal used, will never be opened.
Expand Down