chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
---
name: Bug fix
about: Fix a bug in minimal-lexical.
title: "[BUG]"
labels: bug
assignees: Alexhuszagh
---
**NOTE:**
- If you have made non-trivial changes to the code, please make sure to run unittests prior to committing.
- If you have made any changes to parsing algorithms, please run at least `test-parse-golang` or `test-parse-unittests` with `feature =
comprehensive_float_test"` enabled prior to committing, to ensure there are no regressions.
- Please run `cargo fmt` on nightly prior to committing.
## Optional Debugging Information
If applicable to the issue, here are a few things you should provide to help me understand the issue:
- Rust version: `rustc -V`
- minimal-lexical version:
## Description
Please include a clear and concise description of the changes made.
## Additional Context
Add any other context or screenshots about the bug fix here.

View File

@@ -0,0 +1,22 @@
---
name: Custom pull request template
about: Pull request template for miscellaneous changes.
title: "[OTHER]"
labels: ''
assignees: Alexhuszagh
---
**NOTE:**
- If you have made non-trivial changes to the code, please make sure to run unittests prior to committing.
- Please run `cargo fmt` on nightly prior to committing.
## Optional Debugging Information
If applicable to the issue, here are a few things you should provide to help me understand the issue:
- Rust version: `rustc -V`
- minimal-lexical version:
## Description
Please include a clear and concise description of the changes.

View File

@@ -0,0 +1,21 @@
---
name: Documentation
about: Update the project's documentation.
title: "[DOC]"
labels: documentation
assignees: Alexhuszagh
---
**NOTE:**
- If you have made any changes to doc comments, please run `cargo fmt` on nightly prior to committing.
## Description
Please include a clear and concise description of fixes made to the documentation.
Ex: Fixed a backtick leading to improper formatting in README.
Ex: Fixed code sample for `parse_partial` in README.
Ex: Updated outdated doc comments in `parse_float`.
## Additional Context
Add any other context or screenshots about the issue here.