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

ci + docs: contributing to wdi5 #163

Merged
merged 20 commits into from
Mar 7, 2022
Merged

ci + docs: contributing to wdi5 #163

merged 20 commits into from
Mar 7, 2022

Conversation

vobu
Copy link
Contributor

@vobu vobu commented Mar 3, 2022

this PR documents the onboarding process for developing wdi5.
also, a gh action is added to lint (prettier, eslint) changed files in case pre-commit hooks aren't run on push.

closes #162

@vobu vobu marked this pull request as ready for review March 5, 2022 21:17
@vobu vobu added the 🖊 documentation Improvements or additions to documentation label Mar 5, 2022
src/service.ts Outdated
@@ -13,13 +13,13 @@ export default class Service implements Services.ServiceInstance {
private _config: wdi5Config // an enhanced version of the regular wdio config
) {}

async onPrepare(config, capabilities) {}
// async onPrepare(config, capabilities) {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

why don't we just remove all these unused hooks?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true. removing them now.

@vobu vobu merged commit 85f758b into main Mar 7, 2022
@vobu vobu deleted the feat/contributing branch March 7, 2022 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖊 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

word "contributing" doc from sketches
2 participants