diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 40c0bbee..98bf1c17 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,12 +1,12 @@ -name: Bug report -description: Create a report to help us improve -title: "" -labels: [bug] -assignees: "" +name: "Bug report for simulator" +description: Report a bug in simulator. +title: "[Bug]: " +labels: ["bug"] body: - type: markdown attributes: value: "Thanks for taking the time to fill out this bug report!" + - type: textarea id: describe-bug attributes: @@ -16,6 +16,7 @@ body: render: markdown validations: required: true + - type: textarea id: reproduce-steps attributes: @@ -29,6 +30,7 @@ body: render: markdown validations: required: true + - type: textarea id: expected-behavior attributes: @@ -38,14 +40,12 @@ body: render: markdown validations: required: true - - type: markdown - attributes: - value: "You can add screenshots or additional context below." - - type: file - id: screenshots + - type: textarea + id: logs attributes: - label: Screenshots - description: If applicable, add screenshots to help explain your problem. + label: Relevant log output + description: Please copy and paste any relevant log output. + render: shell validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 906ff5d3..0b16e5b7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,46 +1,46 @@ -name: Feature request -description: Suggest an idea for this project -title: "" -labels: [] -assignees: "" +--- +name: 🛠️ Feature Request +description: Suggest an idea to help us improve W&B +title: "[Feature]: " +labels: + - "feature_request" + - "enhancement" + body: - type: markdown attributes: - value: "Thanks for suggesting a feature! Please fill out the form below." + value: | + **Thanks :heart: for taking the time to fill out this feature request report!** + - type: textarea - id: problem-description attributes: - label: Is your feature request related to a problem? Please describe. - description: A clear and concise description of what the problem is. For example: "I'm always frustrated when..." - placeholder: "Describe the problem or the frustration..." - render: markdown + label: Description + description: | + A clear and concise description of the feature you're interested in. validations: required: true + - type: textarea - id: desired-solution attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - placeholder: "Explain your ideal solution..." - render: markdown + label: Suggested Solution + description: | + Describe the solution you'd like. A clear and concise description of what you want to happen. validations: required: true + - type: textarea - id: alternatives-considered attributes: - label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - placeholder: "List any alternative solutions or features..." - render: markdown + label: Alternatives + description: | + Describe alternatives you've considered. + A clear and concise description of any alternative solutions or features you've considered. validations: required: false - - type: markdown - attributes: - value: "If you have any additional context or screenshots, you can add them below." - - type: file - id: additional-context + + - type: textarea attributes: - label: Additional context or screenshots - description: Add any other context or screenshots about the feature request here. + label: Additional Context + description: | + Add any other context about the problem here. validations: - required: false + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 17711316..3363b0c2 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -1,8 +1,7 @@ name: Question description: Post a question about the project -title: "" +title: "[Question]: " labels: [question] -assignees: "" body: - type: markdown attributes: