-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging main to release branch
- Loading branch information
Showing
129 changed files
with
4,281 additions
and
1,527 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Need Help? | ||
description: Ask a question or request help regarding FastTrackML | ||
title: "[QUESTION]: <title>" | ||
labels: [ "question" ] | ||
|
||
body: | ||
- type: textarea | ||
id: question-details | ||
attributes: | ||
label: Question / Problem | ||
description: Provide a clear and concise description of your question or the issue you're facing. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: "Please provide details about your environment:" | ||
value: | | ||
- FastTrackML Version: [e.g., 0.3.6] | ||
- Operating System: [e.g., Ubuntu 18.04] | ||
- Database: [e.g., SQLite] | ||
- Artifact Storage: [e.g., MinIO] | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional Context | ||
description: Include any relevant context, screenshots, or code snippets that can help us better understand and address your question or problem. | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Bug report | ||
description: Create a report to help us improve FastTrackML | ||
title: "[BUG]: <title>" | ||
labels: [ "bug" ] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Thank you for reporting this issue!** | ||
To help us understand and address the problem effectively, please provide detailed information. | ||
You can refer to [this guide](https://stackoverflow.com/help/mcve) for tips on creating a good bug report. | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: "Please complete the following information:" | ||
value: | | ||
- FastTrackML Version: [e.g., 0.3.6] | ||
- Operating System: [e.g., Ubuntu 18.04] | ||
- Database: [e.g., SQLite] | ||
- Artifact Storage: [e.g., MinIO] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps To Reproduce | ||
description: "Detailed steps to reproduce the behavior:" | ||
placeholder: | | ||
1. Provide a minimal code example or steps. | ||
2. Specify the command used to run. | ||
3. Explain the exact error message or current behavior. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context (Optional) | ||
description: Add any other context about the problem here, including log outputs or screenshots if applicable. | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Feature request | ||
description: Suggest a new idea for FastTrackML | ||
title: "[FEATURE REQUEST]: <title>" | ||
labels: [ "feature" ] | ||
|
||
body: | ||
- type: textarea | ||
id: describe-desired-feature | ||
attributes: | ||
label: Describe the feature you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: ex. I wish I could [...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: related-problem | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe | ||
description: A clear and concise description of what the problem is. | ||
placeholder: ex. I'm always frustrated when [...] | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: describe-alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
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
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
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
Oops, something went wrong.