https://github.com/dubsopenhub/repo-template
Template repo with SFI, Responsible AI, and Accessibility standards pre-loaded
https://github.com/dubsopenhub/repo-template
Last synced: 2 days ago
JSON representation
Template repo with SFI, Responsible AI, and Accessibility standards pre-loaded
- Host: GitHub
- URL: https://github.com/dubsopenhub/repo-template
- Owner: DUBSOpenHub
- License: mit
- Created: 2026-02-28T07:15:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-10T17:22:12.000Z (4 months ago)
- Last Synced: 2026-07-07T22:21:29.511Z (23 days ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Project Name
## Getting Started
## Testing
This repo includes a deterministic test suite (JS + Python) with anti-flake guardrails. See [`tests/README.md`](tests/README.md) for details.
```bash
# JavaScript
cd tests/js && npm install && npm test
# Python
cd tests/python && pip install -r requirements.txt && pytest
```
## Contributing
This project welcomes contributions and suggestions.
Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit [Contributor License Agreements](https://cla.opensource.microsoft.com).
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.