An open API service indexing awesome lists of open source software.

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

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.