-
-
Notifications
You must be signed in to change notification settings - Fork 0
Housekeeping #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Housekeeping #7
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9d0c891
Füge Diagnosen und Toleranzen zur Verpackungsoptimierung hinzu (#1)
JosunLP f5eb4f7
Füge Diagnosen und Toleranzen zur Verpackungsoptimierung hinzu (#1) (#2)
JosunLP c0e30e5
Vorbereitung zu Version 1.0.0 (#3)
JosunLP 2852e88
Update Cargo.toml
JosunLP caedf4a
🐛 Verbessere die Berechnung des Unterstützungsprozentsatzes in der Zu…
JosunLP 1282259
🐛 Ändere Debug-Assertion in Panic für Synchronisationsfehler im Diagn…
JosunLP 03e903e
Update web/script.js
JosunLP 2c826f2
Update src/optimizer.rs
JosunLP 9d9ba12
Update src/config.rs
JosunLP aaa2251
🐛 Verbessere die Berechnung des Unterstützungsbereichs in der Optimie…
JosunLP 219bb6f
Merge branch 'dev' of https://github.com/JosunLP/sort-it-now into dev
JosunLP 9b4a445
Merge branch 'main' into dev
JosunLP 64d7dfa
🚑 Optimieren der CodeQL-Workflow-Konfiguration: Vereinheitlichung der…
JosunLP d691cc3
Update issue templates (#5)
JosunLP 9e3e570
Update funding information in FUNDING.yml (#6)
JosunLP a839dc7
📝 Erstelle CHANGELOG für die erste Version 1.0.0 von sort_it_now
JosunLP 097c964
✨ Füge Labeler-Konfiguration für Pull Requests hinzu: Automatisches H…
JosunLP b364435
Update .github/workflows/codeql.yml
JosunLP f9751f5
🐛 Ändere Build-Modus für Rust von manuell auf automatisch, um die Cod…
JosunLP e76fb95
🐛 Ändere Build-Modus für Rust von 'none' auf 'autobuild' zur Optimier…
JosunLP 0329ff2
🐛 Ändere Build-Modus für Rust von 'autobuild' auf 'none' zur Anpassun…
JosunLP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,15 @@ | ||
| # These are supported funding model platforms | ||
|
|
||
| github: [josunlp] | ||
| patreon: # Replace with a single Patreon username | ||
| open_collective: # Replace with a single Open Collective username | ||
| ko_fi: josunlp | ||
| tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
| community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
| liberapay: # Replace with a single Liberapay username | ||
| issuehunt: # Replace with a single IssueHunt username | ||
| lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
| polar: # Replace with a single Polar username | ||
| buy_me_a_coffee: # Replace with a single Buy Me a Coffee username | ||
| thanks_dev: # Replace with a single thanks.dev username | ||
| custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains hidden or 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,38 @@ | ||
| --- | ||
| name: Bug report | ||
| 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. | ||
|
|
||
| **Desktop (please complete the following information):** | ||
| - OS: [e.g. iOS] | ||
| - Browser [e.g. chrome, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] | ||
| - OS: [e.g. iOS8.1] | ||
| - Browser [e.g. stock browser, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. |
This file contains hidden or 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,20 @@ | ||
| --- | ||
| name: Feature request | ||
| 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 hidden or 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,14 @@ | ||
| # Add labels to pull requests based on modified file paths | ||
| rust: | ||
| - 'src/**/*.rs' | ||
| - 'Cargo.toml' | ||
| web: | ||
| - 'web/**' | ||
| scripts: | ||
| - 'scripts/**' | ||
| config: | ||
| - '.github/workflows/**' | ||
| - 'package.json' | ||
| documentation: | ||
| - 'README.md' | ||
| - 'CONCEPT.md' |
This file contains hidden or 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 hidden or 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,5 @@ | ||
| # Changelog | ||
|
|
||
| ## [1.0.0] - 29-10-2025 | ||
|
|
||
| - Initial release of sort_it_now. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.