amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.05k stars 139 forks source link

Typo in FAQ #123

Closed LinuxOnTheDesktop closed 5 years ago

LinuxOnTheDesktop commented 5 years ago

The FAQ page (here on github) has

decrees

where

decrease

is meant.

amanusk commented 5 years ago

Thanks! Could you open a Pull Request to make the fix?

LinuxOnTheDesktop commented 5 years ago

I could if you tell me how to! I'm new to pull requests.

amanusk commented 5 years ago

Sure:) This should also be of help: contributing

Start by forking the repository you your own account with the fork button on the top right. This will create a copy of the repository on your account. Any changes you make to this repository will only be reflected on your fork an this point.

Next, you can clone the repository to your local device with git clone <URL of your copy>. Now make the relevant changes on your local device. Next, commit and push the changes to your fork on github.

At this stage, github will probably automatically suggest that you open a pull request when you go to github page of the repository.

If not, follow these steps https://help.github.com/en/articles/creating-a-pull-request-from-a-fork

It might look a bit complected at first, but once you go through the process for the first time, it makes sense :)

LinuxOnTheDesktop commented 5 years ago

Good explanation (though I'd already cloned and downloaded the repository before I read that I did not have to!).

Done, i.e. pull request generated.

amanusk commented 5 years ago

I can see that you have created your own fork, but not have opened a pull request yet.

LinuxOnTheDesktop commented 5 years ago

I thought I followed the instructions. I have tried again. If I have failed, please just fix the typo yourself.