Skip to content

fix: use language-agnostic examples in bug_report.yml version placeholder#7

Open
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-python-specific-placeholder-in-template-001
Open

fix: use language-agnostic examples in bug_report.yml version placeholder#7
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-python-specific-placeholder-in-template-001

Conversation

@kitsuyui

Copy link
Copy Markdown
Owner

Summary

The "Version and environment" field placeholder in .github/ISSUE_TEMPLATE/bug_report.yml previously showed only a Python (pip) example. This is an account-wide template that applies across all repositories, including Go, Rust, and Node.js projects, so the Python-only example was inadequate for non-Python users.

Changes

  • Added an npm (Node.js) example line to the placeholder
  • Added a cargo (Rust) example line to the placeholder

The existing Python example is retained; the new lines are additive only.

Affected file

  • .github/ISSUE_TEMPLATE/bug_report.ymlplaceholder field of the "Version and environment" section only

Testing

No functional code is changed. This is a documentation/template-only fix; no automated tests are applicable.

…lder

Add npm and cargo examples alongside pip to show reporters that any
package manager and runtime are valid. The description already names
OS/runtime, so the placeholder just needed concrete multi-ecosystem samples.
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.

1 participant