Skip to content

Commit f4503b5

Browse files
committed
Add code style docs and versioning policy for OpenSSF compliance
1 parent 8b6c9ee commit f4503b5

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

GOVERNANCE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ git rebase HEAD~N --signoff
4545

4646
A [GitHub Action](.github/workflows/dco.yml) enforces sign-off on every pull request.
4747

48+
## Versioning and Upgrades
49+
50+
This project is a continuously deployed web application hosted at [theblind.spot](https://theblind.spot). All users automatically receive the latest version on every deployment — there are no separately maintained older versions, installable packages, or manual upgrade steps. This makes version maintenance and upgrade path documentation not applicable.
51+
4852
## Access Continuity
4953

5054
The project is MIT licensed and hosted on a public GitHub repository. The following measures ensure the project can continue with minimal interruption if the maintainer becomes unavailable:

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ We welcome contributions! Here's how you can help:
257257
6. **Push to the branch**: `git push origin feature/amazing-feature`
258258
7. **Open a Pull Request**
259259

260+
### Code Style
261+
262+
This project follows the [Create React App ESLint configuration](https://www.npmjs.com/package/eslint-config-react-app) with additional rules defined in `package.json`. TypeScript strict mode provides further enforcement. CI treats all ESLint warnings as errors, so contributions must pass linting to be merged.
263+
260264
### Areas for Contribution
261265

262266
- **New vision conditions**: Add more realistic simulations

0 commit comments

Comments
 (0)