fix(skill): correct formatting of description in make-repo-contribution skill

This commit is contained in:
Christopher Harrison
2026-02-04 14:09:40 -08:00
parent 10891811c1
commit 01e371fe32

View File

@@ -1,6 +1,6 @@
---
name: make-repo-contribution
description: All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly.
description: 'All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly.'
---
# Contribution guidelines