Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
19 changes: 0 additions & 19 deletions SUPPORT.md

This file was deleted.

53 changes: 53 additions & 0 deletions docs/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Support

## Voluntary Support Channels

### LF Energy Slack

Join the LF Energy Slack workspace to connect with the CoMPAS community:

- **Workspace**: [LF Energy Slack](https://lfenergy.slack.com/)
- **Channel**: `#compas`

### Github Issues

For bug reports, feature requests or questions, please use GitHub Issues in the relevant repository, for example:

- [CoMPAS Open SCD Issues](https://github.com/com-pas/compas-open-scd/issues)
- [CoMPAS SCL Data Service Issues](https://github.com/com-pas/compas-scl-data-service/issues)
- [CoMPAS CIM Mapping Issues](https://github.com/com-pas/compas-cim-mapping/issues)
- [CoMPAS Core Issues](https://github.com/com-pas/compas-core/issues)

_For a complete list of all CoMPAS repositories, visit the [CoMPAS GitHub organization](https://github.com/com-pas)._

When creating an issue, please use the appropriate issue template (bug report, feature request, etc.) and provide all the requested information. This helps maintainers understand and address your issue more efficiently.

#### Security Vulnerabilities

If you discover a security vulnerability in any CoMPAS component, please report it (privately) through GitHub Security Advisories. Our contributors aim to respond within one week of your report with an acknowledgment and a preliminary plan for addressing the issue, including any necessary fixes and additional security tests.

**Security Advisory Links per Repository (examples):**

- [CoMPAS Open SCD Security Advisories](https://github.com/com-pas/compas-open-scd/security/advisories)
- [CoMPAS SCL Data Service Security Advisories](https://github.com/com-pas/compas-scl-data-service/security/advisories)
- [CoMPAS CIM Mapping Security Advisories](https://github.com/com-pas/compas-cim-mapping/security/advisories)
- [CoMPAS Core Security Advisories](https://github.com/com-pas/compas-core/security/advisories)

_For security advisories for all other CoMPAS repositories, navigate to the specific repository and access the Security tab._

### Useful Links

- Website: [CoMPAS - LF Energy](https://www.lfenergy.org/projects/compas/)
- [Artwork](https://github.com/lf-energy/artwork/tree/main/projects/compas)
- Mailing lists:
- [CoMPAS](https://lists.lfenergy.org/g/CoMPAS)
- [CoMPAS-dev](https://lists.lfenergy.org/g/CoMPAS-dev)
- [CoMPAS-tsc](https://lists.lfenergy.org/g/CoMPAS-tsc)
- [Calender](https://zoom-lfx.platform.linuxfoundation.org/meetings/compas)

## Professional Services

The following companies provide commercial support for CoMPAS:

- [BearingPoint](https://www.bearingpoint.com/)
- [SprintEins](https://sprinteins.com/)
3 changes: 3 additions & 0 deletions docs/_includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ <h2>
<li class="nav-list-item">
<a class="sidebar-nav-item{% if page.url == '/MONITORING.html' %} active{% endif %}" href="{{ site.baseurl }}/MONITORING.html">Monitoring</a>
</li>
<li class="nav-list-item">
<a class="sidebar-nav-item{% if page.url == '/SUPPORT.html' %} active{% endif %}" href="{{ site.baseurl }}/SUPPORT.html">Support</a>
</li>
</ul>
</nav>

Expand Down