From f63769b426bf58fef0e0068fe374160125575e85 Mon Sep 17 00:00:00 2001 From: Jaroslaw Grishunin <41283085+oslavdev@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:34:02 +0100 Subject: [PATCH 1/2] chore: add funding --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..79a7702 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +ko_fi: oslavdevelopment \ No newline at end of file From 378e1043fc5640e7af52666f2bca7cf58258013e Mon Sep 17 00:00:00 2001 From: Jaroslaw Grishunin <41283085+oslavdev@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:34:15 +0100 Subject: [PATCH 2/2] chore: add labeler --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..6dfa734 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,5 @@ +"area: style": + - src/scss/**/* + +"area: js": + - src/js/**/* \ No newline at end of file