summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Feldmann <mail@tfeldmann.de>2022-09-05 14:58:46 +0200
committerThomas Feldmann <mail@tfeldmann.de>2022-09-05 14:58:46 +0200
commita21016fd74f3c2935ae0e22f46fb2c3f94c2e9e3 (patch)
tree15ecb11e17334bf479bbf571298cbfef1a21e670
parent645350f0b3b451c1622967aa382fd6827297f236 (diff)
add .github settings
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md17
-rw-r--r--.github/dependabot.yml12
2 files changed, 29 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..46c5473
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
+<!-- Thank you for your contribution! -->
+
+## Change Summary
+
+<!-- Please give a short summary of the changes. -->
+
+## Related issue number
+
+<!-- Are there any issues opened that will be resolved by merging this change? -->
+<!-- WARNING: please use "fix #123" style references so the issue is closed when this PR is merged. -->
+
+## Checklist
+
+- [ ] Tests for the changes exist and pass on CI
+- [ ] Documentation reflects the changes where applicable
+- [ ] Change is documented in CHANGELOG.md (if applicable)
+- [ ] My PR is ready to review
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7a42e08
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+
+updates:
+- package-ecosystem: pip
+ directory: /
+ schedule:
+ interval: monthly
+
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly