Skip to content

Commit 12af153

Browse files
authored
chore: enable Dependabot and add pull request template (#77)
1 parent 1ddb1ab commit 12af153

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Docs: https://git.io/JCUAY
2+
version: 2
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
reviewers:
9+
- "gogs/core"
10+
commit-message:
11+
prefix: "mod:"

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Describe the pull request
2+
3+
A clear and concise description of what the pull request is about, i.e. what problem should be fixed?
4+
5+
Link to the issue: <!-- paste the issue link here, or put "n/a" if not applicable -->
6+
7+
### Checklist
8+
9+
- [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request.
10+
- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/CONTRIBUTING.md).
11+
- [ ] I have added test cases to cover the new code.

0 commit comments

Comments
 (0)