Skip to content

Commit c3b17cc

Browse files
authored
Merge pull request #22 from TheMesocarp/fix/integrations
init dependabot and pr template
2 parents 92f16ea + b83ad4b commit c3b17cc

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

.github/dependabot.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
all-updates:
9+
patterns:
10+
- "*"
11+
open-pull-requests-limit: 10
12+
reviewers:
13+
- "FiberedSkies"
14+
labels:
15+
- "dependencies"
16+
- "automated pr"
17+
commit-message:
18+
prefix: "chore"
19+
include: "scope"
20+
allow:
21+
- dependency-type: "all"

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 📝 Description
2+
Please provide a clear description of your changes. If this PR closes any issues, please reference them here.
3+
4+
## 🔍 Changes include
5+
<!-- Mark the relevant items with 'x' -->
6+
- [ ] 🐛 Bugfix
7+
- [ ] ✨ New feature
8+
- [ ] 📚 Documentation
9+
- [ ] ⚡ Performance improvement
10+
- [ ] 🔨 Refactoring
11+
- [ ] ✅ Test updates
12+
13+
## 📋 Checklist
14+
- [ ] I have tested the changes locally
15+
- [ ] I have updated the documentation accordingly
16+
- [ ] I have added tests that prove my fix/feature works
17+
- [ ] All tests pass locally
18+
19+
## 🔗 Linked Issues
20+
<!-- Link any related issues using #issue_number -->

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# koho
2+
[![License: AGPL v3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
23

34
Sheaf neural networks and other exotic diffusion models, built on `candle`.
45

0 commit comments

Comments
 (0)