From ee0e80eba97d95316baadd20bc126c6cfc023d2a Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Thu, 21 May 2026 17:06:41 -0400 Subject: [PATCH 01/12] 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 02/12] 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 03/12] 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 04/12] 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 05/12] 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 34983bc2c697382f44c1849ba3c7507ee934e6a8 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 15:40:26 -0400 Subject: [PATCH 06/12] Add GitHub Actions workflow for Java CI with Maven This workflow builds a Java project using Maven and caches dependencies to optimize execution time. --- .github/workflows/maven.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 00000000..06b6aa02 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,35 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B package --file pom.xml + + # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive + - name: Update dependency graph + uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 From 2cf7574b77b90b795c627e5f32e081a101f09728 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 17:59:19 -0400 Subject: [PATCH 07/12] Create door --- .github/dependabot.yml/outside/this/door | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml/outside/this/door diff --git a/.github/dependabot.yml/outside/this/door b/.github/dependabot.yml/outside/this/door new file mode 100644 index 00000000..5990d9c6 --- /dev/null +++ b/.github/dependabot.yml/outside/this/door @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From bf029734bda01788ba7ad70f70c76f8300e6c783 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 17:59:51 -0400 Subject: [PATCH 08/12] Create dependabot.yml --- .github/in/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/in/dependabot.yml diff --git a/.github/in/dependabot.yml b/.github/in/dependabot.yml new file mode 100644 index 00000000..58069840 --- /dev/null +++ b/.github/in/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 1 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From a40f0a973fc4fddf021d66a88794b237cd493c1b Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 18:02:11 -0400 Subject: [PATCH 09/12] Create codeql.yml --- .github/workflows/codeql.yml | 99 ++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 00000000..1eebfb67 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,99 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL Advanced" + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + schedule: + - cron: '22 20 * * 2' + +jobs: + analyze: + name: Analyze (${{ matrix.language }}) + # Runner size impacts CodeQL analysis time. To learn more, please see: + # - https://gh.io/recommended-hardware-resources-for-running-codeql + # - https://gh.io/supported-runners-and-hardware-resources + # - https://gh.io/using-larger-runners (GitHub.com only) + # Consider using larger runners or machines with greater resources for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + permissions: + # required for all workflows + security-events: write + + # required to fetch internal or private CodeQL packs + packages: read + + # only required for workflows in private repositories + actions: read + contents: read + + strategy: + fail-fast: false + matrix: + include: + - language: actions + build-mode: none + # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' + # Use `c-cpp` to analyze code written in C, C++ or both + # Use 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, + # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. + # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how + # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Add any setup steps before running the `github/codeql-action/init` action. + # This includes steps like installing compilers or runtimes (`actions/setup-node` + # or others). This is typically only required for manual builds. + # - name: Setup runtime (example) + # uses: actions/setup-example@v1 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v4 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + # If the analyze step fails for one of the languages you are analyzing with + # "We were unable to automatically build your code", modify the matrix above + # to set the build mode to "manual" for that language. Then modify this step + # to build your code. + # â„šī¸ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + - name: Run manual build steps + if: matrix.build-mode == 'manual' + shell: bash + run: | + echo 'If you are using a "manual" build mode for one or more of the' \ + 'languages you are analyzing, replace this with the commands to build' \ + 'your code, for example:' + echo ' make bootstrap' + echo ' make release' + exit 1 + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v4 + with: + category: "/language:${{matrix.language}}" From 5292d566fc4df325944178d421fe4278b3b55c1b Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 18:04:21 -0400 Subject: [PATCH 10/12] Update SECURITY.md --- SECURITY.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b247c480..f62f55b6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,13 +1,3 @@ -Thanks for helping make GitHub safe for everyone. - -## Security - -GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub). - -Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation. - -## Reporting Security Issues - If you believe you have found a security vulnerability in any GitHub-owned repository, please report it to us through coordinated disclosure. **Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** From 7fbb7fa96e910e1541b475559725daaa4fa9cef6 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 18:07:20 -0400 Subject: [PATCH 11/12] Create devcontainer.json --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..768148b4 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:8", + "features": {} +} From c1535cfb1306014889d69bc230e2f30c7e39b2a5 Mon Sep 17 00:00:00 2001 From: Premiermoney Date: Fri, 22 May 2026 18:09:49 -0400 Subject: [PATCH 12/12] Update and rename devcontainer.json to errors --- .devcontainer/devcontainer.json | 4 ---- label/errors | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .devcontainer/devcontainer.json create mode 100644 label/errors diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 768148b4..00000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "image": "mcr.microsoft.com/devcontainers/universal:8", - "features": {} -} diff --git a/label/errors b/label/errors new file mode 100644 index 00000000..35912aae --- /dev/null +++ b/label/errors @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "errors": {} +}