Skip to content

Commit b9fa68d

Browse files
authored
Merge branch 'main' into mcp_cm
2 parents ef52c79 + 92045e2 commit b9fa68d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.coderabbit.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
inheritance: true
66

77
reviews:
8+
path_instructions:
9+
- path: "**/*.py"
10+
instructions: |
11+
- This project targets Python 3.14 (requires-python = '==3.14.*').
12+
- Per PEP 758 (https://peps.python.org/pep-0758/), bare 'except ExcA, ExcB:' without parentheses is valid syntax in Python 3.14+ and means catching both exceptions. Do not flag this as a Python 2-style except clause or suggest adding parentheses.
13+
- Focus on security, test structure and coding style adherence in new code introduced
14+
- Code should follow python, pytest best practices
15+
- Ensure we use https://github.com/RedHatQE/openshift-python-wrapper/ instead of direct oc calls when possible
16+
- Code reuse, test parameterization, proper test dependency should be also encouraged
17+
- Check CONSTITUTION and AGENTS files
818
review_status: false
919
changed_files_summary: true
1020
suggested_labels: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ assignees: ''
1414

1515
<!-- Add any steps to reproduce the issue being reported or add any relevant stacktrace -->
1616

17+
## Expected behavior
18+
19+
A clear and concise description of what you expected to happen.
20+
1721
## Proposed Solution
1822

1923
<!-- If you have a suggestion for how to fix this, describe it here -->
2024

2125
## Additional Context
2226

23-
<!-- Any other information that might be helpful -->
27+
### Environment
28+
29+
<!-- Any other information that might be helpful, including environment -->

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Fixes: <!-- github issue -->
1111
- JIRA: <!-- Jira information -->
1212

13-
## How it has been tested
13+
## Please review and indicate how it has been tested
1414

1515
- [ ] Locally
1616
- [ ] Jenkins

0 commit comments

Comments
 (0)