Skip to content

Commit 334a038

Browse files
authored
fix: broken links in the PR template (#68)
## Description <!-- Describe your changes in detail --> Fix broken links in the PR template (from relative path to absolute URLS): <img width="1019" height="463" alt="image" src="https://github.com/user-attachments/assets/6ea45cbe-e96b-4b7f-bd56-64ad92605a29" /> ## Type of Change <!-- Mark the relevant option with an "x" --> - [ ] New skill - [ ] Skill improvement/update - [x] Bug fix - [ ] Documentation update - [ ] Other (please describe): ## Skill Details (if adding a new skill) **Provider Name:** **Skill Name:** **Brief Description:** ## Checklist <!-- Mark completed items with an "x" --> - [x] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines - [x] My skill follows the [SKILL_TEMPLATE.md](.github/SKILL_TEMPLATE.md) format - [x] I have tested this skill with an AI agent - [x] My skill does not contain any secrets, private keys, or sensitive data - [x] I have added appropriate documentation - [x] My changes don't break existing skills ## Testing <!-- Describe how you tested this skill --> ## Additional Context <!-- Add any other context or screenshots about the PR here -->
1 parent 667c18a commit 334a038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<!-- Mark completed items with an "x" -->
2424

25-
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines
26-
- [ ] My skill follows the [SKILL_TEMPLATE.md](.github/SKILL_TEMPLATE.md) format
25+
- [ ] I have read the [CONTRIBUTING.md](https://github.com/MetaMask/skills/blob/main/CONTRIBUTING.md) guidelines
26+
- [ ] My skill follows the [SKILL_TEMPLATE.md](https://github.com/MetaMask/skills/blob/main/.github/SKILL_TEMPLATE.md) format
2727
- [ ] I have tested this skill with an AI agent
2828
- [ ] My skill does not contain any secrets, private keys, or sensitive data
2929
- [ ] I have added appropriate documentation

0 commit comments

Comments
 (0)