You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,15 @@
2
2
3
3
Thanks for your interest in contributing to this package! Here are some things to consider when getting started in this repo.
4
4
5
-
## Development
5
+
## Setup
6
6
7
7
* Install yarn and run `yarn install` to install dependencies.
8
+
9
+
## Development
10
+
11
+
* Use `npm link` in this folder to make `yo` use this folder for the module module: `generator-danger-plugin`.
12
+
* Ensure the babel runner is watching for changes: `yarn build -- --watch`.
13
+
* Use `yo danger-plugin` to create a new project using the dev template.
14
+
8
15
* Run tests with `yarn test`
9
16
* When committing use `yarn commit` instead of `git commit`. This will prompt you to input various fields for a [conventional commit message](https://github.com/semantic-release/semantic-release#default-commit-message-format), which semantic-release uses to determine the next package version number when deploying to NPM (major, minor, patch).
0 commit comments