Skip to content

Commit

Permalink
Update contributing w/note about cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdav committed Mar 26, 2024
1 parent 59b8ad8 commit f7ba712
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ All UI tests are located in the `Tests` directory. Build and run tests using `sw

For additional examples, refer to the `Tests\WebDriverTests` directory.

## Code Submissions
Fork the repository and create a feature branch for your work. When
ready, send a pull request. Make sure that the CI workflows that
build and test the code pass. If you add files or dependencies, make
sure you update both `Package.swift` and the appropriate `CMakeLists.txt`
files. If you forget about CMake, your CI jobs will fail. `:-)`

## Bug Submissions
If you've found a bug in the project feel free to open an issue [here](https://github.com/thebrowsercompany/swift-webdriver/issues/new). Please follow the issues template provided.

## Enhancement Requests
To submit an enhancement open a new issue with the `enhancements` tag with details for what you think would be good to add.

## Style Guide
For branch names please follow the naming convention of `<name>/<desciption-of-change>` e.g. squid/docs-update. When opening a pr use the most relevant tag to your request.

For branch names please follow the naming convention of `<name>/<desciption-of-change>` e.g. squid/docs-update. When opening a pr use the most relevant tag to your request.

Thank you for helping expand the swift environment and we look forward to working with you!
##
Thank you for helping expand the swift environment and we look forward to working with you!

0 comments on commit f7ba712

Please sign in to comment.