Skip to content

Commit

Permalink
meta: added github meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Nov 8, 2024
1 parent 988377f commit eb994fe
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE /config.yml
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
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE /request.yml
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
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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.
21 changes: 20 additions & 1 deletion README.md
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.*

1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## DOCs

0 comments on commit eb994fe

Please sign in to comment.