Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📜Remove coming soon page #243

Merged
merged 4 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/api-changes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🛡️ API Documentation Change
name: 🛡️ API Doc Change
description: Create an issue to add or update the API documentation.
title: "🛡️API Doc Change - "
labels: ['🛡️api doc changes', 'high priority']
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🐛 Bug
description: File a bug
description: Fix a bug
title: "🐛"
labels: [bug, ⚕️NEEDS TRIAGE]
projects: ["KinsonDigital/11"]
Expand Down
78 changes: 78 additions & 0 deletions .github/ISSUE_TEMPLATE/cicd-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: 🏗️ Other Changes
description: Create an issue for CICD related changes.
title: "🏗️"
labels: [cicd]
projects: ["KinsonDigital/11"]
body:
- type: checkboxes
attributes:
label: Complete The Item Below
options:
- label: I have updated the title without removing the 🏗️ emoji.
required: true

- type: textarea
attributes:
label: Description
description: A description of the change to the CICD.
validations:
required: true

- type: textarea
attributes:
label: Acceptance Criteria
description: The items to complete in order to satisfy the Definition of Done.
placeholder: |
```[tasklist]
- [ ] Item 1
- [ ] Item 2
```
value: |
```[tasklist]
```
validations:
required: true
render: markdown

- type: textarea
attributes:
label: ToDo items
description: Complete the following items before requesting a PR review.
value: |
```[tasklist]
- [ ] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [ ] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
```
validations:
required: true
render: markdown

- type: textarea
attributes:
label: "Additional Information:"
description: DO NOT CHANGE ANYTHING BELOW!!
value: |
**_<details closed><summary>Change Type Labels</summary>_**

| Change Type | Label |
|--------------|---------------------------------------------------------------------------------------------------|
| CICD | https://github.com/KinsonDigital/VelaptorDocs/labels/%E2%99%BB%EF%B8%8Fcicd |
</details>

**_<details closed><summary>Priority Type Labels</summary>_**

| Priority Type | Label |
|---------------------|------------------------------------------------------------------------|
| Low Priority | https://github.com/KinsonDigital/VelaptorDocs/labels/low%20priority |
| Medium Priority | https://github.com/KinsonDigital/VelaptorDocs/labels/medium%20priority |
| High Priority | https://github.com/KinsonDigital/VelaptorDocs/labels/high%20priority |
</details>

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/KinsonDigital/.github/blob/main/docs/code_of_conduct.md).
options:
- label: I agree to follow this project's Code of Conduct.
required: true
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/guide-api-changes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 📜/🛡️ Guide & API Documentation Changes
description: Create an issue to add or update the API documentation.
name: 📜/🛡️ Guide & API Doc Changes
description: Create an issue to add or update guide and API documentation.
title: "📜/🛡️Guide & API Doc Change - "
labels: ['📜tutorial doc changes', '🛡️api doc changes', 'high priority']
labels: ['📜guide doc changes', '🛡️api doc changes']
projects: ["KinsonDigital/11"]
body:
- type: checkboxes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 📜 Tutorial Documentation Change
description: Create an issue to add or update tutorial documentation.
name: 📜 Guide Doc Change
description: Create an issue to add or update guide documentation.
title: "📜"
labels: ['📜tutorial doc changes']
labels: ['📜guide doc changes']
projects: ["KinsonDigital/11"]
body:
- type: checkboxes
Expand Down
10 changes: 0 additions & 10 deletions docs/guides/guides/coming-soon/rendering-rects.mdx

This file was deleted.

This file was deleted.

Loading
Loading