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 mainReplace with your subdomain.
Step 7: Open a pull request
- Go to your fork on GitHub:
https://github.com/your-username/domains - GitHub will show a Compare & pull request banner after your push — click it
- Confirm that the base repository is
is-pinoy-dev/domainsand the base branch ismain - Fill in the PR title and body using the templates below
- Click Create pull request
PR title
Add .is-pinoy.devPR 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 guidelinesWant a faster review? Post your PR link in our Discord and a maintainer will pick it up sooner.
Next: After Merge