Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for require (0.2 sec)

  1. .github/ISSUE_TEMPLATE/flaking-test.yaml

        validations:
          required: true
    
      - type: textarea
        id: tests
        attributes:
          label: Which tests are flaking?
        validations:
          required: true
    
      - type: textarea
        id: since
        attributes:
          label: Since when has it been flaking?
        validations:
          required: true
    
      - type: input
        id: testgrid
        attributes:
    Others
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Oct 05 16:55:38 GMT 2021
    - 1.4K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/bug-report.yaml

        validations:
          required: true
    
      - type: textarea
        id: expected
        attributes:
          label: What did you expect to happen?
        validations:
          required: true
    
      - type: textarea
        id: repro
        attributes:
          label: How can we reproduce it (as minimally and precisely as possible)?
        validations:
          required: true
    
      - type: textarea
        id: additional
    Others
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Mon Feb 28 09:34:43 GMT 2022
    - 2.2K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/failing-test.yaml

        validations:
          required: true
    
      - type: textarea
        id: tests
        attributes:
          label: Which tests are failing?
        validations:
          required: true
    
      - type: textarea
        id: since
        attributes:
          label: Since when has it been failing?
        validations:
          required: true
    
      - type: input
        id: testgrid
        attributes:
    Others
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Oct 05 16:55:38 GMT 2021
    - 1.1K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/enhancement.yaml

            See https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
        validations:
          required: true
    
      - type: textarea
        id: rationale
        attributes:
          label: Why is this needed?
        validations:
    Others
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Oct 05 16:55:38 GMT 2021
    - 750 bytes
    - Viewed (0)
Back to top