diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..95ca149 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# Sponsor button shown on the repository home page and repository +# hover cards. The single approved channel today is GitHub Sponsors; +# additional platforms (Open Collective, Ko-fi, custom URLs) can be +# layered on later by appending their respective keys here. +github: [MicrosoftWindows96] diff --git a/commitlint.config.mjs b/commitlint.config.mjs index 0def12d..15fd55d 100644 --- a/commitlint.config.mjs +++ b/commitlint.config.mjs @@ -23,6 +23,7 @@ export default { 'compose', 'ci', 'deps', + 'repo', ]], 'scope-empty': [0, 'never'], 'subject-case': [2, 'never', ['pascal-case', 'upper-case']],