-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make to some changes to resolve the Error
- Loading branch information
Showing
1 changed file
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |