-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
988377f
commit eb994fe
Showing
5 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: GitHub Community | ||
url: https://github.com/ML-comm | ||
about: Learn more about the ML Community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: New Subdomain Request | ||
description: >- | ||
title: '[REQUEST]: ' | ||
labels: | ||
- request | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe your request | ||
description: A clear and concise description of why do you need a "XYZ.mlcommunity.dev" domain | ||
validations: | ||
required: true | ||
- type: input | ||
id: subdomain | ||
attributes: | ||
label: Subdomain | ||
description: >- | ||
The subdomain you are requesting. For example, if you want "example.mlcommunity.dev", the subdomain is "example". | ||
Please note that the subdomain must be in lowercase and contain only alphanumeric characters and hyphens. And, it should not already exist in the ddns repo. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: purpose | ||
attributes: | ||
label: Purpose | ||
description: >- | ||
Please describe the purpose of the subdomain. For example, "I want to host a personal blog on this subdomain." | ||
- type: textarea | ||
id: project | ||
attributes: | ||
label: Project repository link (if any) | ||
description: >- | ||
If this subdomain is for a project, please provide a link to the project repository. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
|
||
- type: textarea | ||
id: socials | ||
attributes: | ||
label: Socials | ||
description: >- | ||
Please provide your social media handles (GitHub, Twitter, LinkedIn, etc.) so that we can reach out to you. | ||
placeholder: | | ||
GitHub: @username | ||
Twitter: @username | ||
LinkedIn: @username | ||
Email: [email protected] | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Related Issue | ||
<!--- If suggesting a new subdomain, please provide the link to the issue here and the issue number. --> | ||
|
||
## Types of changes | ||
<!- | ||
What types of changes does your code introduce? Put an `x` in all the boxes that apply: | ||
--> | ||
- [ ] New Subdomain Request | ||
- [ ] Modification to Existing Subdomain | ||
- [ ] Github Repository Update | ||
- [ ] Other | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Checklist: | ||
<!- | ||
Go over all the following points, and put an `x` in all the boxes that apply. | ||
--> | ||
- [ ] This change will not affect the existing subdomains. | ||
- [ ] I have checked the existing subdomains and ensured that my new subdomain nor modification is not a duplicate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
DDNS | ||
<p align="center"><img src="https://github.com/is-a-good-dev/register/blob/main/logo_circle.png" height="96" width="96"></p> | ||
<h1 align="center">mlcommunity.dev</h1> | ||
|
||
<p align="center"> | ||
A free subdomain provider for the Machine Learning community 🚀 | ||
</p> | ||
|
||
## Register | ||
Please read the [documentation](https://docs.is-a-good.dev) to register a new domain manually. | ||
--- | ||
|
||
Your pull request **will not** be merged if: | ||
- The records provided includes invalid/unpermitted record types. If this happens we will notify you and request changes. | ||
- It violates users privacy. | ||
- It serves malicious content. | ||
- Not related to Machine Learning. | ||
- The subdomain is already taken. | ||
|
||
*If your subdomain is inactive, it may be purged. We will try and notify you before purging via the email you provided.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## DOCs |