Skip to content

Commit 18c2b33

Browse files
committed
chore(sdlc): configure dependabot, codeowners, and templates
1 parent c282844 commit 18c2b33

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @Coding-Autopilot-System/core

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Intent
2+
3+
<!-- Explain the problem and the smallest coherent solution. -->
4+
5+
## Changes
6+
7+
<!-- List the behavior changed. Avoid a file inventory. -->
8+
9+
## Risk And Safety
10+
11+
- [ ] Permissions, identities, secrets, and data boundaries were reviewed.
12+
- [ ] AI-generated output and autonomous behavior were reviewed by a human.
13+
- [ ] No credentials, personal data, proprietary code, or sensitive prompts were added.
14+
- [ ] Breaking changes and migration requirements are documented.
15+
16+
## Verification
17+
18+
<!-- Include exact commands and meaningful results. -->
19+
20+
- [ ] Tests, linting, and repository validation pass.
21+
- [ ] Documentation and examples match actual behavior.
22+
23+
## Rollback
24+
25+
<!-- Explain how to safely revert or disable this change. -->
26+
27+
## Reviewer Focus
28+
29+
<!-- Identify the highest-risk decisions and files. -->

0 commit comments

Comments
 (0)