Skip to content

Commit

Permalink
Switch to Alerts extension in Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Dec 1, 2024
1 parent b0b57a2 commit 7b83dad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ The file structure in the `src` directory is the following:
### Add new labels

Adding new labels to CPU-X is a little bit complex, but don't worry: this sub-section explains how to achieve that.
:warning: Note: this guide does not explain how to add a new tab.
> [!NOTE]
> This guide does not explain how to add a new tab.
**1. In core**

Expand All @@ -68,7 +69,8 @@ Adding new labels to CPU-X is a little bit complex, but don't worry: this sub-se
```c
data.system.os.kernel.value = "XXX";
```
:bulb: `fill_labels()` and `do_refresh()` are the calling functions.
> [!TIP]
> `fill_labels()` and `do_refresh()` are the calling functions.
- Finally, in `data.cpp` file, print the label in the appropriate `operator<<` overload.

**2. In NCurses TUI**
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ CPU-X is a system profiling and monitoring application (similar to [CPU-Z for Wi
This software is written in C++ and built with [CMake](https://www.cmake.org/) tool.
It can be used in graphical mode by using GTK or in text-based mode by using NCurses. A dump mode is present from command line.

**:warning: There are no milestones for this project, read [this announcement](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/future-of-project) for more details.**
> [!IMPORTANT]
> There are no milestones for this project, read [this announcement](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/future-of-project) for more details.
***

Expand Down Expand Up @@ -123,7 +124,8 @@ More informations are available on Wiki, like screenshots, troubleshooting and t
## Bugs/Improvements/Request features

Please [open a new issue](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/issues/new/choose) and fill the appropriate template. Note that text between `<!-- ... -->` is not displayed.
:warning: **Incomplete reports may be closed without justification.**
> [!WARNING]
> Incomplete reports may be closed without justification.
## Translate CPU-X

Expand Down

0 comments on commit 7b83dad

Please sign in to comment.