sofie 0.0.3

🌟 The elegant full-stack web framework that makes Rust web development effortless
Documentation
name: "🐛 Bug Report"
description: "Create a new ticket for a bug."
title: "🐛 [BUG] - <title>"
labels: [
  "bug"
]
assignees: 
  - ararog
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this bug report!
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: Also tell us, what did you expect to happen?
      placeholder: Tell us what you see!
      value: "A bug happened!"
    validations:
      required: true