@./LLM_INSTRUCTIONS.md
- Organization: https://github.com/MFB-Technologies-Inc
- Project: react-async-renderer
- Repository: react-async-renderer
- Default target branch for PRs: main
- start the commit message with a list of the file paths in the staged changes separated by commas and ending with a colon
- each file in the list should include only the parent folder and not the full path to the file, the linux path separator, the file name and the file's extension.
-
Use the Github CLI tool if you are asked to do tasks related to PRs
-
When creating a PR:
- Title Format: Use conventional commit format (e.g.,
feat: add new feature,fix: resolve bug) - Reviewers: Set to
MFB-Technologies-Inc/web-app-devsteam - Assignment: Assign to the PR creator
- Body Structure: Include a "Summary" section with bullet points of changes
- GitHub CLI Command Example:
gh pr create --title "fix: describe the change" --body "$(cat <<'EOF' ## Summary - Change 1 description - Change 2 description - Change 3 description EOF )" --reviewer "MFB-Technologies-Inc/web-app-devs" --assignee "@me"
- Title Format: Use conventional commit format (e.g.,