Skip to content

Commit 8aa7401

Browse files
authored
chore: optimize dependabot and PR templates in workflow (#511)
* chore: update the link to the Contributing Guide in the pull request template * chore: remove GitHub Actions from dependabot config * chore: change "Contributing Guide" to "Contributor Guide" for consistency
1 parent f8ee866 commit 8aa7401

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
- package-ecosystem: "github-actions"
13-
directory: "/"
14-
schedule:
15-
interval: "daily"

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Related: #ISSUE
2222

2323
## Checklist
2424

25-
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guide.
25+
- [ ] I have read the [Contributor Guide](https://fast-excel.github.io/fastexcel/community/contribution).
2626
- [ ] I have written the necessary doc or comment.
2727
- [ ] I have added the necessary unit tests and all cases have passed.

0 commit comments

Comments
 (0)