Skip to content
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

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

oliviawongnyc
Copy link
Contributor

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).

CHANGELOG.md Outdated
#### (Prerelease) Updated

- Updated the README.
- Added a Github template.
Copy link
Member

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
Copy link
Member

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.
Copy link
Member

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?

Copy link
Member

@EdwinGuzman EdwinGuzman left a 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.

@oliviawongnyc oliviawongnyc merged commit 6f88c82 into master Jul 2, 2021
@oliviawongnyc oliviawongnyc deleted the SIMPLY-3823/updates-to-README-and-GH-template branch July 2, 2021 19:02
tdilauro added a commit to ThePalaceProject/circulation-admin that referenced this pull request Jul 19, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants