Skip to content

Commit

Permalink
feat: adding new issue template create_linux_story.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkterminal authored Jul 23, 2023
1 parent a92c834 commit 15cbf7c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/create_linux_story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Create Linux Story
description: Add this story to the list
title: "Your Story Title"
labels: ["metaphore", "linux"]
assignees: ["darkterminal", "mkubdev"]
body:
- type: markdown
attributes:
value: "**Share the current and relevant details**"
- type: textarea
id: linux-title
attributes:
label: The Backstory about your Linux Metaphor
placeholder: "hint: describe the backstory about your linux metaphor"
validations:
required: true
- type: textarea
id: linux-content
attributes:
label: The Linux Story!
placeholder: "hint: This is about how I write my Linux story"
validations:
required: true
- type: input
id: linux-link
attributes:
label: A Linux demo/repos link
placeholder: "e.g.: https://github.com.com/username/my-repos"
- type: input
id: linux-donation-link
attributes:
label: PayPal Link for Donation (Linux Storyteller)
placeholder: "e.g.: https://www.paypal.me/your-paypal-profile-username"

1 comment on commit 15cbf7c

@vercel
Copy link

@vercel vercel bot commented on 15cbf7c Jul 23, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.