mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Do not solicit check (#9467)
# Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or docs/Contributing/API-for-contributors.md) - [ ] Documented any permissions changes - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
This commit is contained in:
parent
47543707ac
commit
26931c178d
1 changed files with 4 additions and 0 deletions
|
|
@ -310,7 +310,11 @@ After getting CEO approval, create a position in Breezy.
|
|||
### Creating a new position in Breezy
|
||||
Review [Breezy positions video](https://www.loom.com/home) on how to post a job on fleetdm.com/apply using Breezy. Collect candidate feedback from the team and manage the hiring process.
|
||||
|
||||
### Checking legal restrictions on hiring
|
||||
Fleet maintains a list of companies with whom Fleet has do-not-solicit terms that prevents us from making offers to employees of these companies. The list is in the Do Not Solicit tab of the [BizOps spreadhseet](https://docs.google.com/spreadsheets/d/1lp3OugxfPfMjAgQWRi_rbyL_3opILq-duHmlng_pwyo/edit#gid=0).
|
||||
|
||||
### Interviewing at Fleet
|
||||
|
||||
We're glad you're interested in joining the team!
|
||||
Here are some of the things you can anticipate throughout this process:
|
||||
- We try to reply by email within one business day from the time when the application arrives.
|
||||
|
|
|
|||
Loading…
Reference in a new issue