Skip to content

Commit

Permalink
Update bugs.yml
Browse files Browse the repository at this point in the history
Make to some changes to resolve the Error
  • Loading branch information
ezDecode authored Oct 5, 2024
1 parent b90cca3 commit fc1bccd
Showing 1 changed file with 62 additions and 21 deletions.
83 changes: 62 additions & 21 deletions .github/ISSUE_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,70 @@
name: 🐞 Bug Report
---
description: Report a bug found in the MLFusionLab source code
labels: ["bug", "GSSoC24 Extd."]
---
description: Report a bug found in the Resum-Resume source code
labels: ["bug"]

### Description
A brief description of the question or issue, also include what you tried and what didn't work
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
### Screenshots
Please add screenshots if applicable (recommended)
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the bug, including what you tried and what didn't work.
placeholder: Describe the bug in detail.

### Additional information
Is there anything else we should know about this bug?
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Provide the steps to reproduce the bug.
placeholder: Step-by-step instructions to reproduce the bug.

### What browser are you seeing the problem on?
- [ ] Firefox
- [ ] Chrome
- [ ] Safari
- [ ] Microsoft Edge
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: Describe what you expected to happen.
placeholder: Expected behavior.

### Checklist
- [ ] I have checked the [existing issues](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/issues)
- [ ] I have read the [Contributing Guidelines](https://github.com/ML-Fusion-Lab/ML-Fusion-Lab-Website/blob/main/contributing.md)
- [ ] I want to work on this issue. (optional)
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: Describe what actually happened.
placeholder: Actual behavior.

---
- type: textarea
id: additional
attributes:
label: Additional Information
description: Any other information you think might be helpful.
placeholder: Additional context, logs, or screenshots (recommended).

You can also join the Discord community [here]( https://discord.gg/FZxBRpTEeH).
- type: checkboxes
id: browser
attributes:
label: What browser are you seeing the problem on?
options:
- label: Firefox
value: firefox
- label: Chrome
value: chrome
- label: Safari
value: safari
- label: Microsoft Edge
value: edge

- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have checked the existing issues
value: checked_issues
- label: I have read the Contributing Guidelines
value: read_guidelines
- label: I want to work on this issue (optional)
value: work_on_issue

0 comments on commit fc1bccd

Please sign in to comment.