Add our Careers page link to our repo's README.md file to promote our currently open positions at Bitwarden.
Code changes
README.md: Added section, "We're Hiring!"
Testing requirements
Validate that we're getting amazing, solid candidates by letting repo contributors and other OSS enthusiasts viewing our Github repo know that we're hiring.
Before you submit
[x] I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
[ ] If making database changes - I have also updated Entity Framework queries and/or migrations
[ ] I have added unit tests where it makes sense to do so (encouraged but not required)
[ ] This change requires a documentation update (notify the documentation team)
[ ] This change has particular deployment requirements (notify the DevOps team)
Added link to Careers page on our repo README.md
Type of change
Objective
Add our Careers page link to our repo's README.md file to promote our currently open positions at Bitwarden.
Code changes
Testing requirements
Validate that we're getting amazing, solid candidates by letting repo contributors and other OSS enthusiasts viewing our Github repo know that we're hiring.
Before you submit
dotnet tool run dotnet-format --check
) (required)