sofie 0.0.3

🌟 The elegant full-stack web framework that makes Rust web development effortless
Documentation
name: "🚀 Feature Request"
description: "Create a new ticket for a feature request."
title: "🚀 [FEATURE] - <title>"
labels: [
  "feature",
  "enhancement"
]
assignees: 
  - ararog
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this feature request!
  - type: textarea
    id: what-you-need
    attributes:
      label: What you need?
      description: Describe the feature you need
      placeholder: Tell us what you need!
      value: "A feature request happened!"
    validations:
      required: true