Skip to content

OpenCCU project renaming #3162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 🐛 Bug Report
description: Report a bug/issue related to RaspberryMatic
description: Report a bug/issue related to OpenCCU
labels: ":bug: bug-report"
body:
- type: markdown
Expand All @@ -10,11 +10,11 @@ body:
- type: markdown
attributes:
value: |
1. Do **NOT** use this ticket/issue system for support requests! It is meant to be used to report bugs only and not to search for help if you have problems using RaspberryMatic.
1. Do **NOT** use this ticket/issue system for support requests! It is meant to be used to report bugs only and not to search for help if you have problems using OpenCCU.
2. Do **NOT** submit bug reports about anything but the two most recently released versions!
3. Before you open a new bug/issue report here, please make sure that it hasn't been reported yet and please make sure to cross-check the discussion fora discussed below and try to discuss your problem there first before you are opening a new bug report here.

If you have problems while using RaspberryMatic and are seeking for help, please consult our [GitHub Community Forum](https://github.com/jens-maus/RaspberryMatic/discussions) or the public [RaspberryMatic Forum](https://homematic-forum.de/forum/viewforum.php?f=65).
If you have problems while using OpenCCU and are seeking for help, please consult our [GitHub Community Forum](https://github.com/OpenCCU/OpenCCU/discussions) or the public [OpenCCU Forum](https://homematic-forum.de/forum/viewforum.php?f=65).
- type: markdown
attributes:
value: |
Expand Down Expand Up @@ -55,15 +55,15 @@ body:
label: What is the version this bug report is based on?
placeholder: 3.XX.YY-YYYYMMDD
description: >
The RaspberryMatic version you are using Can be found in the help page of the WebUI and starts with `3.XX.YY-YYYYMMDD`.
The OpenCCU version you are using can be found in the help page of the WebUI and starts with `3.XX.YY-YYYYMMDD`.
- type: dropdown
validations:
required: true
attributes:
label: Which base platform are you running?
default: 2
description: >
This is the platform you are using to run RaspberryMatic on and corresponds to the image you are usually downloading for updating RaspberryMatic.
This is the platform you are using to run OpenCCU on and corresponds to the image you are usually downloading for updating OpenCCU.
options:
- rpi5 (RaspberryPi5, ARM64/aarch64)
- rpi4 (RaspberryPi4, ARM64/aarch64)
Expand Down Expand Up @@ -108,7 +108,7 @@ body:
attributes:
label: Anything in the logs that might be useful for us?
description: >
The RaspberryMatic logs can be found in the `/var/log` directory on the central.
The OpenCCU logs can be found in the `/var/log` directory on the central.
render: txt
- type: textarea
attributes:
Expand Down
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
blank_issues_enabled: false
contact_links:
- name: ✋ Support Request
url: https://github.com/jens-maus/RaspberryMatic/discussions
about: You have a generic problem in using RaspberryMatic or this repository.
url: https://github.com/OpenCCU/OpenCCU/discussions
about: You have a generic problem in using OpenCCU or this repository.

- name: 🇺🇸 RaspberryMatic Documentation
url: https://github.com/jens-maus/RaspberryMatic/wiki/en.Home
- name: 🇺🇸 OpenCCU Documentation
url: https://github.com/OpenCCU/OpenCCU/wiki/en.Home
about: If you search for answers, please consult the documentation area first.

- name: 🇺🇸 RaspberryMatic Discussions
url: https://github.com/jens-maus/RaspberryMatic/discussions
about: Please ask and answer questions in the RaspberryMatic discussion fora.
- name: 🇺🇸 OpenCCU Discussions
url: https://github.com/OpenCCU/OpenCCU/discussions
about: Please ask and answer questions in the OpenCCU discussion fora.

- name: 🇩🇪 RaspberryMatic Dokumentation
url: https://github.com/jens-maus/RaspberryMatic/wiki
- name: 🇩🇪 OpenCCU Dokumentation
url: https://github.com/OpenCCU/OpenCCU/wiki
about: Wenn Sie nach Antworten suchen, konsultieren Sie bitte zuerst die Dokumentation.

- name: 🇩🇪 RaspberryMatic Diskussionsforum
- name: 🇩🇪 OpenCCU Diskussionsforum
url: https://homematic-forum.de/forum/viewforum.php?f=65
about: Hier können Sie bei Problemen Fragen Stellen und Antworten erhalten.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 🚀 Feature Request
description: Suggest a feature/idea for RaspberryMatic
description: Suggest a feature/idea for OpenCCU
labels: ":bulb: enhancement-ideas"
body:
- type: markdown
Expand All @@ -11,10 +11,10 @@ body:
attributes:
value: |
1. Do **NOT** use this form for support requests! It is meant to be used to request new feature or report your ideas on enhancements only.
2. Make sure that the requested feature is not already implemented in the latest stable or even nightly build version of RaspberryMatic.
2. Make sure that the requested feature is not already implemented in the latest stable or even nightly build version of OpenCCU.
3. Before you open a new feature/enhancement request here, please make sure that it hasn't been requested already and please make sure to cross-check the discussion fora discussed below and try to discuss your idea there first before you are opening a new feature request here.

If you have problems while using RaspberryMatic and are seeking for help, please consult our [GitHub Community Forum](https://github.com/jens-maus/RaspberryMatic/discussions) or the public [RaspberryMatic Forum](https://homematic-forum.de/forum/viewforum.php?f=65).
If you have problems while using OpenCCU and are seeking help, please consult our [GitHub Community Forum](https://github.com/OpenCCU/OpenCCU/discussions) or the public [OpenCCU Forum](https://homematic-forum.de/forum/viewforum.php?f=65).
- type: markdown
attributes:
value: |
Expand Down
10 changes: 5 additions & 5 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
issues:
comment: >
@{issue-author}, the issue ticket you created does not seem to report
a general issue/problem/bug in RaspberryMatic itself, but rather seems to
a general issue/problem/bug in OpenCCU itself, but rather seems to
point at a local usage issue that rather requires some support using
a discussion or support fora. It will therefore be moved to the
[discussion area](https://github.com/jens-maus/RaspberryMatic/discussions)
[discussion area](https://github.com/OpenCCU/OpenCCU/discussions)
where you can continue for identifying solutions to your issue.

# maintainer is not able to reproduce
Expand All @@ -37,7 +37,7 @@
comment: >
@{issue-author}, the issue you reported cannot be solved within this
project or should be better directly solved in a third-party project
RaspberryMatic just uses. So please consider creating an additional
OpenCCU just uses. So please consider creating an additional
issue ticket in this third-party project. If still relevant we can
keep this issue ticket open here for the time being so that you can
use it as a reference in issue tickets for the third-party report.
Expand All @@ -48,7 +48,7 @@
comment: >
@{issue-author}, the issue you reported cannot be solved within this
project or should be better directly solved in the upstream [OCCU](https://github.com/eq-3/occu)
project RaspberryMatic is just using. However, for being able to
project OpenCCU is just using. However, for being able to
reference and track this upstream issue we will keep this ticket
open for the time being so that you can also reference it accordingly.

Expand All @@ -72,7 +72,7 @@
issue/idea you reported does not seem to be relevant for the projects'
mission or that it is out of the scope or simply not explained in
enough detail. This ticket will therefore be closed and you are advised
to better discuss this issue in more detail in the [discussion area](https://github.com/jens-maus/RaspberryMatic/discussions) of this project and then perhaps come back here
to better discuss this issue in more detail in the [discussion area](https://github.com/OpenCCU/OpenCCU/discussions) of this project and then perhaps come back here
and open a new issue in case consensus has been achieved within this
discussion.
close: true
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requirements for Contributing
=============================

* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
* Make sure you have read and understood the CONTRIBUTING.md file in the top-level directory with information related to licensing requirments, etc. In sort: Everything you contribute have to be able to be (re)licensed under the Apache 2.0 license to be able to be contributed to RaspberryMatic
* Make sure you have read and understood the CONTRIBUTING.md file in the top-level directory with information related to licensing requirments, etc. In sort: Everything you contribute have to be able to be (re)licensed under the Apache 2.0 license to be able to be contributed to OpenCCU

-->

Expand Down Expand Up @@ -50,7 +50,7 @@ What process did you follow to verify that the change has not introduced any reg
<!--

Please describe the changes in a single line that explains this improvement in
terms that a user can understand. This text will be used in RaspberryMatic's release notes.
terms that a user can understand. This text will be used in OpenCCU's release notes.

If this change is not user-facing or notable enough to be included in release notes
you may use the strings "Not applicable" or "N/A" here.
Expand Down
Loading
Loading