Skip to content

Add contributor docs and issue templates - #1

Merged
opicebobek merged 2 commits into
mainfrom
docs/contributor-hygiene
Apr 19, 2026
Merged

Add contributor docs and issue templates#1
opicebobek merged 2 commits into
mainfrom
docs/contributor-hygiene

Conversation

@skibidiandulka

Copy link
Copy Markdown
Owner

Summary

Add contributor-facing project hygiene around development workflow and issue reporting.

What changed

  • add CONTRIBUTING.md
  • add bug report and feature request issue templates
  • expand CI to run fmt, clippy, build, test, and release asset validation
  • add CI badge and CONTRIBUTING.md link to README.md

Why

These changes make the repo easier to contribute to and easier to review.
They do not change runtime behavior.

Validation

  • cargo fmt --all --check
  • cargo test --locked
  • cargo clippy --all-targets --all-features --locked -- -D warnings

@opicebobek
opicebobek merged commit 3e0d7b0 into main Apr 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants