-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from pareenaverma/main
Update README
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Report an issue | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Type of issue** | ||
- [ ] Software package information is out of date. | ||
- [ ] Software package is not found on the list. | ||
- [ ] Software package information is incorrect. | ||
- [ ] Display issues | ||
- [ ] Instructions to contribute new package data are not clear. | ||
- [ ] Other | ||
|
||
**Describe the issue** | ||
A clear and concise description of what the issue is. | ||
|
||
**To Reproduce** | ||
List the steps to reproduce the behavior: | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Mobile (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# ecosystem-dashboard-for-arm | ||
The Arm Software Ecosystem Dashboard is available at https://www.arm.com/developer-hub/ecosystem-dashboard/servers-and-cloud-computing/ | ||
|
||
This repository is maintained by Arm and contains the source files for the Arm Software Ecosystem Dashboard, providing in | ||
formation on software packages that work on Arm. | ||
|
||
This data is sourced from Arm and our wide software ecosystem. While we make our best efforts to keep this dashboard accu | ||
rate, there are no guarantees of data correctness due to the ever-evolving software landscape. | ||
|
||
# How To Contribute: | ||
|
||
* To contribute new package data (or improve existing package data): | ||
* Fork this repo and submit pull requests; follow the step by step instructions in [Contribution guidelines](/contrib.md). | ||
* Log an issue with package data(or other general issues) | ||
* Log a [issue on GitHub](https://github.com/ArmDeveloperEcosystem/ecosystem-dashboard-for-arm/issues) | ||
|
||
Note that all site content, including new contributions, is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/). | ||
Source repository for arm ecosystem dashboard that lists packages that work on Arm | ||
|
||
# Directory Structure | ||
|
||
This site is built on the [Hugo](https://gohugo.io/) web framework, ideal for generating static websites. Below is a brie | ||
f description of the key files and directories: | ||
|
||
* /content | ||
* contains all package source data | ||
* /themes | ||
* where the html elements are defined to render /content into stylized HTML | ||
* LICENSE files | ||
* where the license information is contained | ||
* config.toml | ||
* where the high-level website configuration settings are defined | ||
|