Skip to content

Adding minikip.is-a.dev#36409

Closed
MiniKip wants to merge 5 commits intois-a-dev:mainfrom
MiniKip:main
Closed

Adding minikip.is-a.dev#36409
MiniKip wants to merge 5 commits intois-a-dev:mainfrom
MiniKip:main

Conversation

@MiniKip
Copy link
Copy Markdown

@MiniKip MiniKip commented Apr 15, 2026

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.

image

@MiniKip MiniKip requested a review from a team as a code owner April 15, 2026 13:39
@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 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.
  2. 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.
  3. 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.
  4. 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: Because of the influx of pull requests we are trying to do them all, but this would mean longer wait time. We'll try to get to them when we can. Thanks for the patience.

Copy link
Copy Markdown
Member

@STICKnoLOGIC STICKnoLOGIC left a comment

Choose a reason for hiding this comment

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

  • fix social links and projects link

@MiniKip
Copy link
Copy Markdown
Author

MiniKip commented Apr 15, 2026

  • fix social links and projects link

I did provided an email for social & and for whole website review here it is minikip.netlify.app

@MiniKip MiniKip requested a review from STICKnoLOGIC April 15, 2026 18:43
Copilot AI review requested due to automatic review settings April 15, 2026 20:08
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

Adds DNS configuration files to register minikip.is-a.dev (apex) and www.minikip.is-a.dev in the repository’s domains/-driven DNS setup.

Changes:

  • Added domains/minikip.json with an A record.
  • Added domains/www.minikip.json with a CNAME record.

Reviewed changes

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

File Description
domains/minikip.json Defines apex (minikip) DNS records and owner metadata.
domains/www.minikip.json Defines www.minikip DNS records (CNAME) and owner metadata.

@STICKnoLOGIC
Copy link
Copy Markdown
Member

footer and the stramp.me

@MiniKip
Copy link
Copy Markdown
Author

MiniKip commented Apr 17, 2026

footer and the stramp.me

I actually dont want the footer and stramp.me will be a client its in progress so i didnt add them

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 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread domains/www.minikip.json
"email": "minikip@proton.me"
},
"records": {
"CNAME": "minikip.netlify.app"
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

Netlify (and many hosted DNS targets) typically expect the CNAME target to be a fully-qualified domain name. Consider using a trailing dot (minikip.netlify.app.) to avoid any chance of the DNS provider/applying system treating it as relative.

Suggested change
"CNAME": "minikip.netlify.app"
"CNAME": "minikip.netlify.app."

Copilot uses AI. Check for mistakes.
Comment thread domains/minikip.json
"email": "minikip@proton.me"
},
"records": {
"A": ["75.2.60.5"]
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

Hard-coding an A record to 75.2.60.5 can be brittle if the hosting provider changes the recommended IPs. If this is intended to point to Netlify/another managed platform, prefer the provider’s recommended configuration (often A records with multiple IPs or using a CNAME/ALIAS at apex if supported by the is-a.dev system) to improve reliability.

Suggested change
"A": ["75.2.60.5"]
"A": ["75.2.60.5", "99.83.190.102"]

Copilot uses AI. Check for mistakes.
@STICKnoLOGIC STICKnoLOGIC added the reason: incomplete website There is little to no content on the site. label Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reason: incomplete website There is little to no content on the site. reason: other

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants