Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Contributing

[fork]: https://github.com/github-community-projects/org-metrics-dashboard/fork
[pr]: https://github.com/github-community-projects/org-metrics-dashboard/compare
[upstream]: https://github.com/github-community-projects/org-metrics-dashboard
[open an issue]: https://github.com/UCL/open-source-dashboard/issues
[fork]: https://github.com/UCL/open-source-dashboard/fork
[pr]: https://github.com/UCL/open-source-dashboard/compare
[code-of-conduct]: CODE_OF_CONDUCT.md

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
Thanks for your interest in our dashboard!
It is a fork from [GitHub community projects][upstream].

Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.md).
If you want to contribute some UCL-specific suggestions to _this_ UCL dashboard you're very welcome!
Please [open an issue] or submit a pull request to this repository.

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
If you've got ideas for general improvements, that's great!
But it might be better to [suggest them upstream](https://github.com/github-community-projects/org-metrics-dashboard/CONTRIBUTING.md).

Contributions to this project - both here and upstream - are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.md).

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

## Submitting a pull request

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Open Source Metrics Dashboard

This dashboard shows an overview of UCL's open source repository health.
It is a fork from [GitHub community projects](https://github-community-projects.github.io/org-metrics-dashboard) that has been fixed up by our colleagues over in the [@neuroinformatics-unit](https://github.com/neuroinformatics-unit).
It is a fork from [GitHub community projects](https://github-community-projects.github.io/org-metrics-dashboard) that has been fixed up by our colleagues over in the [@neuroinformatics-unit](https://github.com/neuroinformatics-unit) and by a team of open-source enthusiasts from [Advanced Research Computing](https://ucl.ac.uk/arc).

- [Upstream documentation](https://github.com/github-community-projects/org-metrics-dashboard/blob/main/README.md#setting-up-the-project-for-your-organization).
- [Neuroinformatics Unit Dashboard](https://neuroinformatics.dev/dashboard/).
- [@UCL/open-source](https://github.com/UCL/open-source).


## License

This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.md) for the full terms.
This project is licensed under the terms of the MIT open source license.
Please refer to [LICENSE.md](./LICENSE.md) for the full terms.

The UCL logo is a trademark and has [(re)usage guidelines](https://www.ucl.ac.uk/brand/brand-essentials/ucl-logo).
But we assume that if you're not from UCL, you'd either fork from upstream, or rebrand.
32 changes: 5 additions & 27 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
Thanks for helping make GitHub safe for everyone.
[upstream]: https://github.com/github-community-projects/org-metrics-dashboard
[their security reporting instructions]: https://github.com/github-community-projects/org-metrics-dashboard?tab=security-ov-file

# Security
Our dashboard is a fork from [GitHub community projects][upstream].
If you believe you have found a security vulnerability specific to this repository, please email [[email protected]](mailto:[email protected]).

GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub).

Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation.

## Reporting Security Issues

If you believe you have found a security vulnerability in any GitHub-owned repository, please report it to us through coordinated disclosure.
If you believe you have found a security vulnerability in the dashboard that is also present in the [upstream] repository, please report to GitHub through coordinated disclosure, following [their security reporting instructions].

**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**

Instead, please send an email to opensource-security[@]github.com.

Please include as much of the information listed below as you can to help us better understand and resolve the issue:

- The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

## Policy

See [GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms)
Loading