dev-workflow
Installation
SKILL.md
Development workflow – Contentstack Management JavaScript SDK
When to use
- Starting work or opening a PR.
- Choosing which npm scripts to run before push.
- Deciding whether to bump
package.jsonversion.
Instructions
Branches
- Follow team Git conventions (e.g. feature branches off
development/ integration branch used in this repo). - Keep commits focused; do not commit with
test.only,it.only,describe.only, or permanent skips.