Conversation
- Added issue templates for bug reports and feature requests. - Added pull request template. - Added CODE_OF_CONDUCT.md. - Enabled stricter Ruff linting rules and fixed identified issues. - Updated package metadata in pyproject.toml. - Updated README.md links.
|
Agent runner idle completed. Repo: metyatech/robotframework-unity-editor Summary: |
There was a problem hiding this comment.
Pull request overview
This PR focuses on aligning the repository with documented standards (AGENTS.md) by adding community/maintenance scaffolding and tightening Python linting and metadata.
Changes:
- Added GitHub issue + PR templates, plus a Code of Conduct.
- Expanded package metadata URLs and enabled additional Ruff lint rule families.
- Performed small refactors / formatting tweaks to satisfy lint rules and updated README links.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
tests/test_bridge_parity.py |
Splits a combined assertion into separate asserts for clarity/compliance with linting rules. |
src/robotframework_unity_editor/library.py |
Minor refactors to remove unnecessary temporary variables. |
pyproject.toml |
Adds Issues/Homepage URLs and enables stricter Ruff lint rule sets. |
README.md |
Adds Code of Conduct to the project links list. |
CODE_OF_CONDUCT.md |
Introduces Contributor Covenant-based Code of Conduct. |
CLAUDE.md |
Points to AGENTS.md for agent/tooling guidance. |
.github/pull_request_template.md |
Adds a standardized PR template. |
.github/ISSUE_TEMPLATE/feature_request.md |
Adds a feature request issue template. |
.github/ISSUE_TEMPLATE/bug_report.md |
Adds a bug report issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Enforcement | ||
|
|
||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
|
There was a problem hiding this comment.
The Code of Conduct still contains the placeholder "[INSERT EMAIL ADDRESS]" in the enforcement section. Please replace this with a real contact method (e.g., a project email address or a link to the security/contact page) so reports can actually be submitted.
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
|
|
||
| [homepage]: http://contributor-covenant.org | ||
| [version]: http://contributor-covenant.org/version/1/4 |
There was a problem hiding this comment.
The attribution links use plain HTTP (contributor-covenant.org). Please switch these to HTTPS to avoid insecure link targets in documentation.
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | |
| [homepage]: http://contributor-covenant.org | |
| [version]: http://contributor-covenant.org/version/1/4 | |
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version] | |
| [homepage]: https://contributor-covenant.org | |
| [version]: https://contributor-covenant.org/version/1/4 |
This PR brings the repository into compliance with AGENTS.md and project standards.
Changes: