-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates the README, adds a PR template #350
Updates the README, adds a PR template #350
Conversation
CHANGELOG.md
Outdated
#### (Prerelease) Updated | ||
|
||
- Updated the README. | ||
- Added a Github template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add "pull request" before "template"?
README.md
Outdated
|
||
#### Use npm version | ||
#### Use NPM Version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm uses all lowercase for its name so let's stick with all lowercase for npm
.
README.md
Outdated
To publish a new version, you need to create an npm account and be a collaborator on the package. Then you can run `npm publish` from your local copy of the repository. | ||
If you're not already logged in to npm from your terminal, you'll have to do so at this point. Run `npm login` and enter your credentials when prompted. | ||
|
||
Then, you can run `npm publish` from your local copy of the repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a reminder about being on the main
branch before running npm publish
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor comments but the rest looks good.
Sync up with [Simplified circulation-web](https://github.com/NYPL-Simplified/circulation-web) v0.5.1+ ([PR #350](NYPL-Simplified/circulation-web#350) / [commit 6f88c82](NYPL-Simplified/circulation-web@6f88c82)). Sync'd commits contain: - Some security fixes. - More systemic fix for the footer layout issue. - "[C]ustom Mocha reporter so that a formatted list of suites and tests can be generated via the CLI." - Clarifications in README.md. I also had to make a few changes extra changes: - Address restrictions imposed by the `npx lint-staged` check that runs as a pre-commit hook. - Dropped our PR template and accepted the upstream one to make future syncs easier. They are identical and result in identical behavior. They were just in different places.
Updates the README to include more granularity in set up instructions and publishing instructions.
Adds a PR template (same as the one for the circulation repo).
Updates .travis.yml to reference the main branch instead of the master (will be changing the name overall now).