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

chore: update README to reflect current situation #822

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Conversation

addaleax
Copy link
Contributor

Also update the main build script to actually set the right
distribution variant value in the config, which had accidentally
been broken (and so the example in the README wouldn’t work).

Also update the main build script to actually set the right
distribution variant value in the config, which had accidentally
been broken (and so the example in the README wouldn’t work).
@addaleax addaleax changed the title chore: update README to current facts chore: update README to current situation Apr 28, 2021
@addaleax addaleax changed the title chore: update README to current situation chore: update README to reflect current situation Apr 28, 2021
1. Fork the repository on GitHub
1. Create a branch with a name that briefly describes your feature
1. Implement your feature or bug fix
1. Add new test cases that verify your bug fix or make sure no one
unintentionally breaks your feature in the future and run them with `npm test`
- You can use `it.only()` instead of `it()` in mocha tests to run only a subset of tests.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have an eslint rule that catches it if someone forget it in the PR right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 👍

@addaleax addaleax merged commit ef41189 into master Apr 28, 2021
@addaleax addaleax deleted the readme-doover branch April 28, 2021 15:38
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