-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from sidan-lab/fuature/evaluator
Evaluator fix
- Loading branch information
Showing
11 changed files
with
182 additions
and
52 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,32 @@ | ||
--- | ||
name: "[BUG]: Short description of the problem" | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Station (please complete the following information):** | ||
|
||
- OS: [e.g. Windows, Ubuntu] | ||
- Version [e.g. 10, 11, 22.02] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,16 @@ | ||
--- | ||
name: "[DOCS] Short description of the documentation issue" | ||
about: Suggest documentation improvements | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the issue with the documentation** | ||
A clear and concise description of what the issue is. | ||
|
||
**Suggest a solution** | ||
Describe how the documentation can be improved or corrected. | ||
|
||
**Additional context** | ||
Add any other context, references, or screenshots that might help clarify the issue. |
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,19 @@ | ||
--- | ||
name: "[FEATURE] Short description of the feature" | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,43 @@ | ||
Thank you for contributing to Whisky! We appreciate your effort and dedication to improving this project. To ensure that your contribution is in line with the project's guidelines and can be reviewed efficiently, please fill out the template below. | ||
|
||
Remember to follow our [Contributing Guide](CONTRIBUTING.md) before submitting your pull request. | ||
|
||
## Summary | ||
|
||
> Please provide a brief, concise summary of the changes in your pull request. Explain the problem you are trying to solve and the solution you have implemented. | ||
## Type of Change | ||
|
||
> Please mark the relevant option(s) for your pull request: | ||
### Feature Change | ||
|
||
> Type of feature change: | ||
> | ||
> 1. New feature - non-breaking change which adds functionality | ||
> 2. Breaking change - fix or feature that would cause existing functionality to not work as expected | ||
- [ ] Rust crate `whisky` - New feature | ||
- [ ] Rust crate `whisky` - Breaking change | ||
- [ ] WASM `sidan-csl-rs` - New feature | ||
- [ ] WASM `sidan-csl-rs` - Breaking change | ||
|
||
### Maintenance | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Code refactoring (improving code quality without changing its behavior) | ||
- [ ] Documentation update (adding or updating documentation related to the project) | ||
|
||
## Checklist | ||
|
||
> Please ensure that your pull request meets the following criteria: | ||
- [ ] My code is appropriately commented and includes relevant documentation, if necessary | ||
- [ ] I have added tests to cover my changes, if necessary | ||
- [ ] I have updated the documentation, if necessary | ||
- [ ] All new and existing tests pass | ||
- [ ] Both rust and wasm build pass | ||
|
||
## Additional Information | ||
|
||
> If you have any additional information or context to provide, such as screenshots, relevant issues, or other details, please include them here. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,5 +1,5 @@ | ||
[workspace] | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
resolver = "2" | ||
members = [ | ||
"sidan-csl-rs", | ||
|
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
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