Skip to content
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

Update README.md #42

Merged
merged 1 commit into from
Sep 6, 2024
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
Optimize heat demand and electricity price integration with ease.
<br />
<a href="https://github.com/SP-SoftFuzz/ProfHeat"><strong>View Project »</strong></a>
<a href="https://github.com/SP-SP-SDU/ProfHeat"><strong>View Project »</strong></a>
<br />
<br />
<a href="https://softfuzz.atlassian.net/jira/software/projects/SCRUM/boards/1/backlog">Report Bug</a>
Expand Down Expand Up @@ -36,7 +36,7 @@ dotnet new install Avalonia.Templates
- For editing Avalonia UI projects in Visual Studio Code, install the [Avalonia for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia).

**Installation:**
1. Download the latest release from [releases](https://github.com/SP-SoftFuzz/ProfHeat/releases/).
1. Download the latest release from [releases](https://github.com/SP-SP-SDU/ProfHeat/releases/).
2. Follow the installation guide provided with the release.

## Contributing 🤝
Expand All @@ -46,7 +46,7 @@ For a smooth collaboration process, please use [GitHub Desktop](https://desktop.

1. **Clone:** Open GitHub Desktop, go to `File > Clone Repository`, and paste:
```
https://github.com/SP-SoftFuzz/ProfHeat/
https://github.com/SP-SP-SDU/ProfHeat/
```
2. **Branch**: Switch to `main` using the branch switcher, create a new branch for your feature. Name it after the JIRA issue key and feature, e.g., `SCRUM-123-Feature`.
3. **Commit:** Enter your commit message in the `Summary (required)` field and click `Commit`.
Expand Down Expand Up @@ -76,4 +76,4 @@ This project is distributed under the Apache 2.0 License. See [LICENSE](LICENSE)

## Contact 📧

For inquiries, please visit our [GitHub page](https://github.com/SP-SoftFuzz/ProfHeat).
For inquiries, please visit our [GitHub page](https://github.com/SP-SP-SDU/ProfHeat).
Loading