From cf9707f4faec37a2b7f0b8a8d32c26375c4f4027 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:53:24 -0500 Subject: [PATCH 1/2] Create .all-contributorsrc --- .all-contributorsrc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..87fd06c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,37 @@ +{ + "projectName": "RPG-Maker-LDB-Printer", + "projectOwner": "MichaelHinrichs", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + ".github/workflows/semgrep.yml", + ".deepsource.toml", + ".gitattributes", + ".gitignore", + "DataTypes.cs", + "Formating.cs", + "GetEvent.cs", + "Hex.PNG", + "Program.cs", + "README.md", + "RPG Maker LDB Printer.csproj", + "RPG Maker LDB Printer.sln", + "RPG_DB.PNG", + "txt.PNG" + ], + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "linkToUsage": true, + "skipCi": false, + "contributors": [ + { + "login": "all-contributors", + "name": "All Contributors", + "avatar_url": "https://avatars.githubusercontent.com/u/46410174?v=4", + "profile": "https://allcontributors.org", + "contributions": [ + "doc" + ] + } + ], + "commitType": "docs", From 17bb0ad9c83d5944b964874e80f0eb5801fd24ed Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:11:05 -0500 Subject: [PATCH 2/2] Add ".github/pr-badge.yml" to .all-contributorsrc" --- .all-contributorsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 87fd06c..2a28b25 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -4,6 +4,7 @@ "repoType": "github", "repoHost": "https://github.com", "files": [ + ".github/pr-badge.yml", ".github/workflows/semgrep.yml", ".deepsource.toml", ".gitattributes",