-
Notifications
You must be signed in to change notification settings - Fork 2
chore: prepare 2.4.0 project and release workflow refresh #13
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
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
572241f
chore(ci): modernize GitHub Actions pipeline for test-gated wheels an…
nephi-dev 08bcf3e
chore(github): add issue and pull request templates
nephi-dev ec62bae
build(packaging): refresh project metadata and distribution config
nephi-dev d793c77
docs: rewrite project docs and add contribution/changelog guides
nephi-dev 5cdd914
chore(release): bump crate version to 2.4.0
nephi-dev 713df3f
ci: run release cargo tests only in workflow
nephi-dev 01dd165
chore: remove pytest references from docs and dev config
nephi-dev e9381d7
chore(pyproject): modernize project metadata, update Python requireme…
nephi-dev 3dff209
chore: update CI configuration for macOS runner and refine README for…
nephi-dev 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,57 @@ | ||
| name: Bug Report | ||
| description: Report a bug in rxml | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to report a bug! Please fill in the details below. | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Description | ||
| description: A clear description of the bug. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: reproduction | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: Minimal code or steps to reproduce the issue. | ||
| placeholder: | | ||
| ```python | ||
| from rxml import read_file | ||
| # ... | ||
| ``` | ||
|
|
||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: What you expected to happen. | ||
|
|
||
| - type: textarea | ||
| id: actual | ||
| attributes: | ||
| label: Actual Behavior | ||
| description: What actually happened (include tracebacks if applicable). | ||
|
|
||
| - type: input | ||
| id: python-version | ||
| attributes: | ||
| label: Python Version | ||
| placeholder: "3.12.0" | ||
|
|
||
| - type: input | ||
| id: rxml-version | ||
| attributes: | ||
| label: rxml Version | ||
| placeholder: "2.3.6" | ||
|
|
||
| - type: input | ||
| id: os | ||
| attributes: | ||
| label: Operating System | ||
| placeholder: "Ubuntu 24.04 / macOS 15 / Windows 11" |
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,28 @@ | ||
| name: Feature Request | ||
| description: Suggest a new feature for rxml | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Have an idea to improve rxml? We'd love to hear it. | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Description | ||
| description: A clear description of the feature you'd like. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: use-case | ||
| attributes: | ||
| label: Use Case | ||
| description: What problem does this solve? How would you use it? | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Alternatives Considered | ||
| description: Have you considered any alternative approaches or workarounds? |
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,17 @@ | ||
| # Description | ||
|
|
||
| <!-- What does this PR do? Why is it needed? --> | ||
|
|
||
| ## Changes | ||
|
|
||
| <!-- List the key changes made --> | ||
|
|
||
| - | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] Tests pass (`cargo test`) | ||
| - [ ] Code is formatted (`cargo fmt` and `ruff format`) | ||
| - [ ] Lints pass (`cargo clippy`) | ||
| - [ ] Updated documentation (if applicable) | ||
| - [ ] Added/updated tests (if applicable) |
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
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.