is-pinoy.dev logois-pinoy.dev

6–7: Open a PR

Steps 6–7 — Commit your file, push to your fork, and open a pull request.

Step 6: Commit and push

git add subdomains/.json
git commit -m "Add .is-pinoy.dev"
git push origin main

Replace with your subdomain.


Step 7: Open a pull request

  1. Go to your fork on GitHub: https://github.com/your-username/domains
  2. GitHub will show a Compare & pull request banner after your push — click it
  3. Confirm that the base repository is is-pinoy-dev/domains and the base branch is main
  4. Fill in the PR title and body using the templates below
  5. Click Create pull request

PR title

Add .is-pinoy.dev

PR body template

Copy and fill in this template:

## Subdomain Registration

**Subdomain:** `.is-pinoy.dev`

### Website Screenshot

<!-- Attach a screenshot of your portfolio website here -->

### Technical Checklist

- [x] Filename and `subdomain` field in JSON both match your subdomain
- [x] `owner.github` matches my GitHub username
- [x] At least one valid record (`CNAME`, `A`, or `TXT`)
- [x] CNAME value ends with a trailing dot (e.g. `yoursite.vercel.app.`)
- [x] The subdomain points to something real and active

### Terms

- [x] My subdomain points to a **portfolio website**
- [x] I agree to the Terms of Service
- [x] I have read and understood the Privacy Policy
- [x] I have read the contributing guidelines

Want a faster review? Post your PR link in our Discord and a maintainer will pick it up sooner.


Next: After Merge

On this page