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

feat: add issue template request promotion #6

Closed
Show file tree
Hide file tree
Changes from 1 commit
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
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-request-promotion-graduated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: KIT-Promotion-Graduated
description: Request to promote your KIT
title: "[Promote KIT To Graduated]: "
labels: ["kit-promotion"]
assignees:
- octocat
FaGru3n marked this conversation as resolved.
Show resolved Hide resolved
body:
- type: input
id: kit_name
attributes:
label: Name of the KIT
description: The name of your KIT
validations:
required: true
- type: input
id: kit_repo
attributes:
label: KIT Repo
description: Link to your KIT-Repo
validations:
required: true
- type: checkboxes
id: artefacts_and_Deliverables
attributes:
label: "Artefacts & Deliverables"
description: "Tick the provided artefacts and deliverables"
options:
- label: Standarts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not art but Standard ;)

- label: API-Specification/Protocols
- label: FOSS
- label: Quick Setup Guide
- label: Documentation
- label: Release Managment
- label: Tutorials/Videos
- label: Semantic Models
- label: Business Models
- label: Sample Data
- label: Reference Implementation
- label: Architecture
- label: Logic/Schema
validations:
required: true
- type: input
id: casestudy-partner
attributes:
label: Case Study Partner
description: Provide Contact Information for your case study partner.
validations:
required: true
- type: input
id: casestudy-results
attributes:
label: Case Study Results
description: Provide a link to the Case Study Results
validations:
required: true
- type: textarea
id: comments
attributes:
label: comments
description: "Leave a comment or additional information!"


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @LuisRickert i think just a single blank line will be ok

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-request-promotion-incubating.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: KIT-Promotion-Incubating
description: Request to promote your KIT
title: "[Promote KIT To Incubating]: "
labels: ["kit-promotion"]
assignees:
- octocat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave this out if it is not clear who will be responsible @octocat seems for me to generic

body:
- type: input
id: kit_name
attributes:
label: Name of the KIT
description: The name of your KIT
validations:
required: true
- type: input
id: kit_repo
attributes:
label: KIT Repo
description: Link to your KIT-Repo
validations:
required: true
- type: checkboxes
id: artefacts_and_Deliverables
attributes:
label: "Artefacts & Deliverables"
description: "Tick the provided artefacts and deliverables"
options:
- label: Vision/Mission
- label: Business Value(s)
- label: Use Case/ Domain Explanation
- label: Development Roadmap
- label: Whitepaper
validations:
required: true
- type: textarea
id: comments
attributes:
label: comments
description: "Leave a comment or additional information!"


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think just a single blank line will be ok 😉