Typo fixes / Grammar corrections (#30860)

* CONTRIBUTING.md: Misspelling

* BOUNTIES.md: Misspelling

* SAFETY.md: Grammar

* realtime.py: Comment consistency

* revert for now

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 0f72467558
chrysler-long2
stevenworks 1 year ago committed by GitHub
parent a97f55dadb
commit 4ca48060bc
  1. 2
      common/realtime.py
  2. 2
      docs/BOUNTIES.md
  3. 2
      docs/CONTRIBUTING.md

@ -78,7 +78,7 @@ class Ratekeeper:
time.sleep(self._remaining) time.sleep(self._remaining)
return lagged return lagged
# this only monitor the cumulative lag, but does not enforce a rate # Monitors the cumulative lag, but does not enforce a rate
def monitor_time(self) -> bool: def monitor_time(self) -> bool:
prev = self._last_monitor_time prev = self._last_monitor_time
self._last_monitor_time = time.monotonic() self._last_monitor_time = time.monotonic()

@ -14,7 +14,7 @@ New bounties can be proposed in the [**#contributing**](https://discord.com/chan
## Issue bounties ## Issue bounties
We've tagged bounty eligible issues across openpilot and the rest of our repos; check out all the open ones [here](https://github.com/orgs/commaai/projects/26/views/1). These bounties roughly work out like this: We've tagged bounty-eligible issues across openpilot and the rest of our repos; check out all the open ones [here](https://github.com/orgs/commaai/projects/26/views/1). These bounties roughly work out like this:
* **$100** - a few hours of work for an experienced openpilot developer; a good intro for someone new to openpilot * **$100** - a few hours of work for an experienced openpilot developer; a good intro for someone new to openpilot
* **$300** - a day of work for an experienced openpilot developer * **$300** - a day of work for an experienced openpilot developer
* **$500** - a few days of work for an experienced openpilot developer * **$500** - a few days of work for an experienced openpilot developer

@ -11,7 +11,7 @@ Our software is open source so you can solve your own problems without needing h
## What contributions are we looking for? ## What contributions are we looking for?
**openpilot's priorities are [safety](SAFETY.md), stability, quality, and features, in that order.** openpilot is part of comma's mission to *solve self-driving cars while delivering shippable intermediaries*, and **all** developoment is towards that goal. **openpilot's priorities are [safety](SAFETY.md), stability, quality, and features, in that order.** openpilot is part of comma's mission to *solve self-driving cars while delivering shippable intermediaries*, and **all** development is towards that goal.
### What gets merged? ### What gets merged?

Loading…
Cancel
Save