github.com/timandy/routine@v1.1.4-0.20240507073150-e4a3e1fe2ba5/.github/ISSUE_TEMPLATE/question.yml (about)

     1  name: Questions
     2  description: Create an issue for help
     3  title: "[Question] <title>"
     4  labels: [ "question" ]
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: Thanks for taking the time to fill out this issue!
     9  
    10    - type: checkboxes
    11      attributes:
    12        label: Is there an existing issue for this?
    13        description: Please search to see if an issue already exists for the issue you encountered.
    14        options:
    15          - label: I have searched the existing issues
    16            required: true
    17  
    18    - type: textarea
    19      attributes:
    20        label: Question
    21        description: the question you want to ask.
    22      validations:
    23        required: true
    24  
    25    - type: checkboxes
    26      id: terms
    27      attributes:
    28        label: Code of Conduct
    29        description: By submitting this issue, you agree to follow our [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
    30        options:
    31          - label: I agree to follow this project's Code of Conduct
    32            required: true