豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Register jumpstone.is-a.dev#36721

Open
JumpStone wants to merge 6 commits intois-a-dev:mainfrom
JumpStone:main
Open

Register jumpstone.is-a.dev#36721
JumpStone wants to merge 6 commits intois-a-dev:mainfrom
JumpStone:main

Conversation

@JumpStone
Copy link
Copy Markdown

Requirements

  • I agree to the Terms of Service.
  • My file is following the domain structure.
  • My website is reachable and completed.
  • My website is software development related.
  • My website is not for commercial use.
  • I have provided contact information in the owner key.
  • I have provided a preview of my website below.

Website Preview

https://jumpstone-dev.vercel.app/
grafik

I am requesting jumpstone.is-a.dev to serve as a technical, developer-to-developer portfolio and project overview. My existing domain (jumpstone4477.de) will continue to host my general/main website, while this new subdomain will focus strictly on my software development work.

Copilot AI review requested due to automatic review settings April 20, 2026 19:11
@JumpStone JumpStone requested a review from a team as a code owner April 20, 2026 19:11
@is-a-dev-reviewbot
Copy link
Copy Markdown

Hi there! 👋

You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:

  1. Check if the checks have failed or passed. You should see the status at the bottom of the pull request or a icon next to the commit ID. You can click on the 3 dots next to the "CI / Tests" check then click "View details", it will show you the logs of the tests.
  2. Check if the filename, file format, and records are valid. If you don't know if it's valid, please read this part of the documentation and use a JSON validator/formatter, like jsonlint. Make sure that the file is in the domains directory and not somewhere else in the repository.
  3. Please make sure that you've filled out the pull request template. It is generally not a good idea to overwrite the pull request template with something else unless you know what you are doing. Make sure to add either a publicly available preview of your website or a screenshot of it.
  4. Please wait patiently. Pull requests may take between a couple hours to 3 days. All of the maintainer team are volunteers and try to review the pull requests in their spare time. If you want a chance of getting your pull request merged faster then send your pull request number once in the #pull-requests channel in our Discord server and wait patiently.
  5. Please note that mentioning maintainers in pull requests without it being reviewed could lead to you getting marked as "low priority"; this also applies to pinging the maintainers in the Discord server or messaging the maintainers in private to review the pull request.

Note: if you've opened this pull request while there is a high number of other open pull requests, your wait time will be longer than usual. Please be patient!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Registers jumpstone.is-a.dev and related verification records, intended to point the subdomain at a Vercel-hosted developer portfolio.

Changes:

  • Adds jumpstone.is-a.dev DNS record definition.
  • Adds _vercel.jumpstone TXT record for Vercel domain verification.
  • Adds _discord.jumpstone TXT record for Discord domain verification.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
domains/jumpstone.json Defines the primary DNS record(s) for jumpstone.is-a.dev.
domains/_vercel.jumpstone.json Adds Vercel verification TXT record.
domains/_discord.jumpstone.json Adds Discord verification TXT record.

Comment thread domains/jumpstone.json Outdated
@@ -0,0 +1,8 @@
{
"owner": {
"username": "jumpstone"
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

owner is missing contact information (the PR template requires an email or other contact handle under owner). This is likely to fail validation/approval; add an email field or another approved contact method in the owner object.

Suggested change
"username": "jumpstone"
"username": "jumpstone",
"email": "jumpstone@users.noreply.github.com"

Copilot uses AI. Check for mistakes.
Comment thread domains/jumpstone.json Outdated
Comment on lines +5 to +7
"records": {
"A": "216.198.79.1"
}
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description/preview indicates the site is hosted on Vercel (jumpstone-dev.vercel.app) and includes a Vercel verification TXT record, but the apex record here points to 216.198.79.1 (not a standard Vercel target). Either update the DNS record to the correct Vercel-recommended target (commonly A to 76.76.21.21 or a CNAME to cname.vercel-dns.com, depending on is-a.dev’s supported record types) or adjust the PR description to match the actual hosting.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread domains/jumpstone.json
Comment on lines +6 to +8
"records": {
"A": ["216.198.79.1"]
}
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root domain record uses an A value as a string, but A records in this repo are consistently represented as an array (e.g., domains/4hmet.json:7 uses "A": ["76.76.21.21"]). Update this to an array form (even for a single IP) to match the established schema/conventions and avoid validation failures.

Copilot uses AI. Check for mistakes.
Comment thread domains/jumpstone.json
Comment on lines +6 to +8
"records": {
"A": ["216.198.79.1"]
}
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description indicates the site is hosted on Vercel (jumpstone-dev.vercel.app) and includes a Vercel verification TXT record, but the root domain is pointing to A=216.198.79.1 instead of a Vercel target (typically Vercel’s apex A record or a CNAME to Vercel). This mismatch will likely prevent jumpstone.is-a.dev from serving the intended Vercel site; update the root record to the correct Vercel DNS target.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants