From 65a4b8f420f35ff781f1600e46793489b56f649d Mon Sep 17 00:00:00 2001 From: ChenchuH Date: Fri, 13 Feb 2026 11:09:06 -0800 Subject: [PATCH] changed the message.md file and deleted the .env.sample file --- .env.sample | 3 --- .gitignore | 2 ++ message.md | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .env.sample diff --git a/.env.sample b/.env.sample deleted file mode 100644 index b9455f6..0000000 --- a/.env.sample +++ /dev/null @@ -1,3 +0,0 @@ -APP_ID="11" -PRIVATE_KEY_PATH="very/secure/location/gh_app_key.pem" -WEBHOOK_SECRET="secret" diff --git a/.gitignore b/.gitignore index 0758b81..2cd761a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ dist-ssr *.njsproj *.sln *.sw? + +chenchuh-quickstart-app.2026-02-12.private-key.pem diff --git a/message.md b/message.md index 57f7ce2..0c96c21 100644 --- a/message.md +++ b/message.md @@ -1,5 +1,3 @@ -👋 Hi there! -Thanks for opening a new PR. Please, consider following this [guide](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) to make your PR easier to review. +This is a test message, In here we should try to put in a VC link? Something like a voice call link that can generate trasnscripts and integrate it into the PR. We should also attempt to create a setting where it describes people in the PR "Room" (I.E and activity monitor) -Also, check this new feature to [use markdown helpers](https://github.blog/changelog/2023-03-15-introducing-the-github-markdown-helpers-public-beta/) in your PR.