Skip to content

Commit 03ad2de

Browse files
ashleywolfCopilot
andcommitted
Add PR template, Dependabot config, repo metadata
- PR template with café-themed checklist - Dependabot weekly pip updates - Repo description, homepage, and topics set Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b3febfa commit 03ad2de

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## What's brewing in this PR? ☕
2+
3+
### Description
4+
<!-- Tell us about this change — what does it add, fix, or improve? -->
5+
6+
7+
### Type of change
8+
- [ ] 🍩 New menu item
9+
- [ ] 🐛 Bug fix (something was burning in the kitchen)
10+
- [ ] ✨ New feature
11+
- [ ] 📝 Documentation update
12+
- [ ] 🧹 Cleanup / refactor
13+
14+
### Checklist
15+
- [ ] Tests pass (`pytest tests/ -q`)
16+
- [ ] PR title is clear and descriptive
17+
- [ ] I've read [CONTRIBUTING.md](CONTRIBUTING.md)
18+
19+
### Screenshots (if applicable)
20+
<!-- Drop a screenshot if you changed the UI -->
21+
22+
---
23+
*Brewed with ❤️ at the Octocat Café*

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
commit-message:
8+
prefix: "deps"
9+
labels:
10+
- "dependencies"

0 commit comments

Comments
 (0)