mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-01 10:12:39 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -1,24 +1,20 @@
|
||||
<!--
|
||||
!!!
|
||||
YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PR TO BE ACCEPTED.
|
||||
YOU MUST FILL OUT THIS TEMPLATE ENITRELY FOR YOUR PR TO BE ACCEPTED, IT IS NOT OPTIONAL.
|
||||
IF YOU DO NOT FILL OUT THIS PR TEMPLATE TO ITS ENTIRETY, YOUR PR WILL BE IMMEDIATELY DENIED.
|
||||
!!!
|
||||
-->
|
||||
|
||||
# Requirements
|
||||
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain **MUST** pass **ALL** the indicated requirements below.
|
||||
<!-- Your domain MUST pass ALL the requirements below, otherwise it WILL BE DENIED. -->
|
||||
|
||||
<!-- Change each checkbox to [x] to mark it as checked. Do not keep the spaces between the parentheses. -->
|
||||
- [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). <!-- Your domain MUST follow the TOS to be approved. -->
|
||||
- [ ] My domain is **not** for commercial use. <!-- e.g. Your domain should not be selling products & services -->
|
||||
- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms).
|
||||
- [ ] My file is in the `domains` directory and has the `.json` file extension.
|
||||
- [ ] My file's name is lowercased and alphanumeric. <!-- Your file's name is yourname.json, not YourName.json or your_name.json. -->
|
||||
- [ ] My website is **reachable**.
|
||||
- [ ] I have **completed** my website. <!-- We do not permit simple "Hello, world!" websites. -->
|
||||
- [ ] My website is related to **software development**. <!-- We don't permit websites for domains unrelated to development (e.g. Discord servers, gaming guilds, etc.) -->
|
||||
- [ ] My website is **reachable** and **completed**. <!-- We do not permit simple "Hello, world!" or simply copied websites. -->
|
||||
- [ ] I have provided sufficient contact information in the `owner` key. <!-- Provide your email in the `email` field or another platform (e.g., X, Discord) for contact. -->
|
||||
- [ ] I have followed and read the [documentation](https://docs.is-a.dev).
|
||||
- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms).
|
||||
|
||||
# Website Preview
|
||||
<!-- Provide a link or preview of your website below. If you can't make the website visible, then a screenshot of the website also works. -->
|
||||
<!-- Provide a link or screenshot of your website below. You MUST complete this step for your PR to be approved. -->
|
||||
|
||||
+2
-11
@@ -1,17 +1,8 @@
|
||||
# Contributing
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue before making a change.
|
||||
|
||||
You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md).
|
||||
|
||||
## Pull requests
|
||||
- Adding, changing or removing a domain file you own.
|
||||
- Fixing a bug in the scripts or CI.
|
||||
- Fix an error in the documentation.
|
||||
|
||||
#### Domains
|
||||
- Your pull request will be reviewed and merged into `main` branch.
|
||||
- The records will be published as soon as the PR is merged.
|
||||
- The changes should reflect soon after publishing.
|
||||
- If the PR template is updated, any pre-existing PRs must follow the updated template, in order to be merged.
|
||||
- We reserve the right to deny any pull request for any reason.
|
||||
|
||||
## Issues
|
||||
- **Report an abusive domain** - Create a new issue with the label `report-abuse`.
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "btleffler",
|
||||
"email": "btleffler@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6c3fe486c491afe19b9ba3bbb03d2a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rogerHuntGauntlet",
|
||||
"email": "regorhunt02052@gmail.com",
|
||||
"discord": "roger_jgs404040"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "vc-domain-verify=roger.is-a.dev,3c1580f4736931662645"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdallah01win",
|
||||
"email": "abdellah01win@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "portfolio-bf2.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Portfolio Website",
|
||||
"owner": {
|
||||
"username": "algo-encoders",
|
||||
"email": "a.razzaq4085@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["75.119.140.170"]
|
||||
}
|
||||
}
|
||||
+2
-3
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"description": "Anamay's .is-a.dev domain",
|
||||
"repo": "https://github.com/anamaykashiv/anamaykashiv.github.io",
|
||||
"owner": {
|
||||
"username": "anamaykashiv",
|
||||
"email": "kashiv.anamay002@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "anamaykashiv.github.io"
|
||||
"CNAME": "anamay.eu.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "lil bio",
|
||||
"repo": "https://github.com/caswantsanap/bio",
|
||||
"owner": {
|
||||
"username": "caswantsanap",
|
||||
"email": "caswantsanap@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "caswantsanap.github.io"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"discord": "687333016921440317"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ciao287.github.io"
|
||||
"A": ["144.91.115.195"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"discord": "rzt5"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hirako-is-dead.pages.dev"
|
||||
"CNAME": "website-5zt-53r.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Donald's personal developer website",
|
||||
"owner": {
|
||||
"email": "dawntop@126.com",
|
||||
"username": "donald001"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "donald001.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Skeyelab"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://cv.ericdahl.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FaaizAhmad6420"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "faaizahmad6420.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Filip's personal site and/or CV",
|
||||
"repo": "https://github.com/totalolage/totalolage.github.io",
|
||||
"owner": {
|
||||
"username": "totalolage",
|
||||
"email": "filip@kalny.net"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "totalolage.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Jason Wohlgemuth's resume",
|
||||
"repo": "https://github.com/jhwohlgemuth/resume",
|
||||
"owner": {
|
||||
"username": "jhwohlgemuth",
|
||||
"twitter": "jhwohlgemuth"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jhwohlgemuth.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "josedevian",
|
||||
"email": "josedevian@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://josedevian.xyz"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LacruzJSDev",
|
||||
"discord": "1336068820661567489"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "portafolio-weld-three.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mrteale"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lachlanteale.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "my dev portfolio website",
|
||||
"repo": "https://github.com/Mahdi-Hazrati/mahdi.is-a.dev",
|
||||
"owner": {
|
||||
"username": "mahdi-hazrati",
|
||||
"email": "mahdihazratimailbox@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mahdi-hazrati.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "minhomega.github.io",
|
||||
"repo": "https://github.com/minhomega/minhomega.github.io",
|
||||
"owner": {
|
||||
"username": "minhomega",
|
||||
"email": "minhvo050298@gmail.com",
|
||||
"discord": "omega0502"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "minhomega.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "kumar-mohit-dev",
|
||||
"email": "mohitgoswami.work@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "kumar-mohit-dev.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "link to Mubarak H. Alketbi Github profile",
|
||||
"repo": "https://github.com/MubarakHAlketbi",
|
||||
"owner": {
|
||||
"username": "MubarakHAlketbi",
|
||||
"email": "mubarak.harran@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://github.com/MubarakHAlketbi/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"repo": "https://nabeel.molham.me/links/github",
|
||||
"owner": {
|
||||
"username": "N-Molham",
|
||||
"email": "nmolham@duck.com",
|
||||
"twitter": "https://nabeel.molham.me/links/twitter",
|
||||
"links": "https://nabeel.molham.me/links/"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nabeel.molham.me"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Want to use it to showcase my portfolio",
|
||||
"repo": "https://github.com/pavan-k-teja/pavan-k-teja.github.io",
|
||||
"owner": {
|
||||
"username": "pavan-k-teja",
|
||||
"email": "pavan@pavan.gg"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "pavan-k-teja.github.io"
|
||||
}
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"record": {
|
||||
"CNAME": "cname.vercel-dns.com"
|
||||
},
|
||||
"description": "PilotsEYE Studio Accounting System - A web-based accounting system for PilotsEYE Studio"
|
||||
"description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Documentation website for is-a.dev",
|
||||
"repo": "https://github.com/is-a-dev/docs",
|
||||
"owner": {
|
||||
"username": "Srcpranav",
|
||||
"email": "zoldyckzoldyck41@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "pranav-portfolio-sigma.vercel.app"
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"description": "Documentation website for is-a.dev",
|
||||
"repo": "https://github.com/rogerHuntGauntlet/registerisadev",
|
||||
"owner": {
|
||||
"username": "rogerHuntGauntlet",
|
||||
"email": "regorhunt02052@gmail.com",
|
||||
"discord": "roger_jgs404040"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rogerbhuntiii.vercel.app"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "helloromero",
|
||||
"email": "hello@helloromero.co.uk"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "helloromero.co.uk"
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -4,7 +4,8 @@
|
||||
"email": "soccer1992.is.a.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "minecradt.github.io"
|
||||
"A": ["75.2.60.5"]
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Describe the use of this subdomain",
|
||||
"repo": "https://github.com/UmarSidiki/me",
|
||||
"owner": {
|
||||
"username": "umarsidiki",
|
||||
"email": "siddiquiumar0007@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "umarsidiki.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Blog",
|
||||
"repo": "https://github.com/ws998116/ws998116.github.io",
|
||||
"owner": {
|
||||
"username": "ws998116",
|
||||
"email": "ws998116@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ws998116.github.io"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user