Skip to content

Commit

Permalink
Merge pull request #138 from pareenaverma/main
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
pareenaverma authored Mar 17, 2024
2 parents 1433644 + 0c94046 commit 5d4280e
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
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.
31 changes: 31 additions & 0 deletions README.md
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

0 comments on commit 5d4280e

Please sign in to comment.