go-sprout/sprout

View on GitHub
.github/ISSUE_TEMPLATE/99_your_issue.yml

Summary

Maintainability
Test Coverage
name: Your issue
description: Is your issue related to anything else? Tell us by writing your own issue
title: "misc: "
labels: ["state/triage 🚦"]
projects: ["42atomys/8"]
assignees: ["42atomys"]
body:
  - type: markdown
    attributes:
      value: |
        You have a question relative to the library, need answers about development ?

        You can join and ask on [Discussion](https://github.com/go-sprout/sprout/discussions)

        If you feel better to open an issue and the issue don't exist yet, you can write it here !

  # Describe
  - type: textarea
    id: describe
    attributes:
      label: Please exprime yourself
      description: A clear and concise description of why you open this issue
    validations:
      required: true

  # Code if Conduct
  - 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/go-sprout/sprout/blob/main/.github/CODE_OF_CONDUCT.md)
      options:
        - label: I agree to follow this project's Code of Conduct
          required: true