From ee0e80eba97d95316baadd20bc126c6cfc023d2a Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Thu, 21 May 2026 17:06:41 -0400 Subject: [PATCH 1/6] Update README to reflect organization name change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4e6314..72206ef3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # .github -*Community health files for the [@GitHub](https://github.com/github) organization* +*Community health files for the [@me] +(https://github.com/github) organization* For more information, please see the article on [creating a default community health file for your organization](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization). From fac58306404b8f2125c2e62ca9c859d6bb6571a0 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:02:14 -0400 Subject: [PATCH 2/6] Add application run instructions to README Added instructions to run the application using npm. --- profile/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile/README.md b/profile/README.md index 09612429..0c0a5387 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,3 +1,8 @@ +To run this application: + +``` +npm run dev +``` ## Hey, this is us 👋 ![An illustration showing a variety of differently themed Octocats. Monuments from different cities are indicated in the background like the Space Needle, Berlin Fernsehturm and Transamerica Pyramid.](https://user-images.githubusercontent.com/3369400/133268513-5bfe2f93-4402-42c9-a403-81c9e86934b6.jpeg) From 185a00620f7df85a6cc7c3b820b6ce85a71ab6d6 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:32:54 -0400 Subject: [PATCH 3/6] no --- config/repolinter-ruleset.json | 70 ---------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 config/repolinter-ruleset.json diff --git a/config/repolinter-ruleset.json b/config/repolinter-ruleset.json deleted file mode 100644 index c57e1b87..00000000 --- a/config/repolinter-ruleset.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/prototypicalpro/repolinter/master/rulesets/schema.json", - "version": 2, - "axioms": {}, - "rules": { - "license-file-is-MIT": { - "level": "warning", - "rule": { - "type": "file-contents", - "options": { - "globsAll": ["LICENSE*", "COPYING*"], - "nocase": true, - "fail-on-non-existant": true, - "content": "MIT License" - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "LICENSE", - "replace": true, - "text": { "url": "https://opensource.org/licenses/MIT" } - } - }, - "policyInfo": "MIT License is required for code or legal approval for an alternative", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - "readme-file-exists": { - "level": "warning", - "rule": { - "type": "file-existence", - "options": { - "globsAny": ["README*"], - "nocase": true - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "README.md", - "text": { "url": "https://raw.githubusercontent.com/newrelic/open-source-tools/master/nerdpacks/oss-template/README.md" } - } - }, - "policyInfo": "GitHub requires a README file in all projects. This README should give a general overview of the project, and should point to additional resources (security, contributing, etc.) where developers and users can learn further", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - "codeowners-file-exists": { - "level": "warning", - "rule": { - "type": "file-existence", - "options": { - "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"], - "nocase": true - } - }, - "fix": { - "type": "file-create", - "options": { - "file": "CODEOWNERS", - "text": { "url": "https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners" } - } - }, - "policyInfo": "GitHub requires a CODEOWNERS file in all projects. This enables GitHub to contact the maintainers in the event it is necessary.", - "policyUrl": "https://github.com/github/open-source/blob/main/policies/release.md" - }, - }, - "formatOptions": { - "disclaimer": "🤖*This issue was automatically generated by [repolinter-action](https://github.com/newrelic/repolinter-action), developed by the Open Source and Developer Advocacy team at New Relic.*" - } -} From 900d2bdcde0c176cf8c0cb1c9703463128122b50 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:39:13 -0400 Subject: [PATCH 4/6] balls and word --- CODE_OF_CONDUCT.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bcfb62a5..9506579d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,8 +1,14 @@ + + + + # Contributor Covenant Code of Conduct ## Our Pledge -We as members, contributors, and leaders pledge to make participation in our +Parents + + i promised as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, From ff0153a8c501ba31a9bac5e1446f07c8285535d3 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 14:41:59 -0400 Subject: [PATCH 5/6] code-security for imagine --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f301de7d..24869e4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ + + + + + ## Contributing Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. From c769bfc83d5e4c215bc7b581af47d6028795f9e6 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 21:40:39 +0000 Subject: [PATCH 6/6] Pending changes exported from your codespace --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index b247c480..855a719c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,8 @@ + + + + + Thanks for helping make GitHub safe for everyone. ## Security