mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
update pr template
This commit is contained in:
parent
21a8f2fc84
commit
a856354c14
1 changed files with 18 additions and 6 deletions
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
24
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,28 +1,40 @@
|
|||
<!--
|
||||
⚠️⚠️ ****READ FIRST**** ⚠️⚠️
|
||||
To make our job easier, please spend time to review your application before submitting.
|
||||
To check an item, add an 'X' between the brackets: '[ ]' => '[X]'
|
||||
1. You **MUST** read the documentation (https://part-of.my.id/docs) if you have any issue first **BEFORE** opening a pull request
|
||||
2. Note that checkboxes in this template **ARE REQUIRED** so not checking them will result in a possible PR close
|
||||
So to get your PR merged, please spend time to review your application before submitting.
|
||||
To check an item, add an 'X' between the brackets: '[ ]' => '[X]'
|
||||
3. Please **MAKE SURE YOU KNOW WHAT YOUR DOING**, this means you know:
|
||||
- Github Pull Requests
|
||||
- How DNS Works
|
||||
4. When in doubt, read the docs before asking in PR
|
||||
-->
|
||||
|
||||
## Requirements
|
||||
- [ ] The website is reachable.
|
||||
- [ ] The website is reachable and completed.
|
||||
- [ ] You have completed your website.
|
||||
<!-- ^^^^^^^ ignore if its not a website but provide a clear description of what your doing with this subdomain -->
|
||||
<!-- ^^^^^^^ ignore these if its not a website but provide a clear description of what your doing with this subdomain -->
|
||||
|
||||
- [ ] The CNAME record is a valid hostname and doesn't contain `https://` or `/`. <!-- ignore if your not using CNAME -->
|
||||
- [ ] The CNAME record is a valid FQDN and doesn't contain `https://` or `/`. <!-- ignore if your not using CNAME -->
|
||||
- [ ] There is sufficient information at the `owner` field. (including your github `username`)
|
||||
- [ ] I have read the [README](https://github.com/partofmyid/register) for announcements in case of any updates.
|
||||
- [ ] I know what im doing and everything is ready. <!-- ⚠️⚠️ ****REQUIRED**** ⚠️⚠️ -->
|
||||
- [ ] You have stared the repository and followed the organization. <!-- optional but highly recommended ;) -->
|
||||
|
||||
## Description
|
||||
|
||||
_None provided..._
|
||||
<!--
|
||||
^^^^^^ Remove the line above to add a description
|
||||
⚠️⚠️ ****REQUIRED IF NOT USED FOR A WEBSITE**** ⚠️⚠️
|
||||
Please provide a description below of what you will be using the domain for.
|
||||
-->
|
||||
|
||||
## Website / App preview
|
||||
|
||||
_None provided..._
|
||||
<!--
|
||||
^^^^^^ Remove the line above to provide a link/screenshot
|
||||
⚠️⚠️ ****REQUIRED IF ITS A WEBSITE**** ⚠️⚠️
|
||||
Please provide a link to your website below.
|
||||
Please provide a link/screenshot to your website below.
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue