Skip to content

Commit

Permalink
Updated IntelliTask.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimoga committed Sep 7, 2024
1 parent 444f820 commit 6304203
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions IntelliTask.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ <h3>Install IntelliTask from zip</h3>
</ul>
<p>The portable zip edition of <em>IntelliTask</em> can be removed by deleting the directory they came in. If you manually set up file associations or context-menu entries in the OS, it is your responsibility to remove them yourself.</p>

<h2>Application's menu</h2>
<p>The <em>IntelliTask</em> menu features the application's most important functions:</p>
<ul>
<li><strong>Properties</strong>: Shows file properties.</li>
<li><strong>Kill process</strong>: Kills selectedd process.</li>
<li><strong>Device Manager</strong>: Shows local computer devices.</li>
<li><strong>Installed Programs</strong>: Shows computer installed programs.</li>
</ul>

<h2>Create and Submit your Pull Request</h2>
<p>As noted in the <a href="https://github.com/mihaimoga/IntelliTask/blob/main/CONTRIBUTING.md" target="_blank">Contributing Rules</a> for <em>IntelliTask</em>, all Pull Requests need to be attached to a issue on GitHub. So the first step is to create an issue which requests that the functionality be improved (if it was already there) or added (if it was not yet there); in your issue, be sure to explain that you have the functionality definition ready, and will be submitting a Pull Request. The second step is to use the GitHub interface to create the Pull Request from your fork into the main repository. The final step is to wait for and respond to feedback from the developers as needed, until such time as your PR is accepted or rejected.</p>
</div>
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ These instructions will allow you to run a portable or mini-portable (also calle

The portable zip edition of _IntelliTask_ can be removed by deleting the directory they came in. If you manually set up file associations or context-menu entries in the OS, it is your responsibility to remove them yourself.

## Application's menu

The _IntelliTask_ menu features the application's most important functions:

- **Properties**: Shows file properties.
- **Kill process**: Kills selectedd process.
- **Device Manager**: Shows local computer devices.
- **Installed Programs**: Shows computer installed programs.

## Create and Submit your Pull Request

As noted in the [Contributing Rules](https://github.com/mihaimoga/IntelliTask/blob/main/CONTRIBUTING.md) for _IntelliTask_, all Pull Requests need to be attached to a issue on GitHub. So the first step is to create an issue which requests that the functionality be improved (if it was already there) or added (if it was not yet there); in your issue, be sure to explain that you have the functionality definition ready, and will be submitting a Pull Request. The second step is to use the GitHub interface to create the Pull Request from your fork into the main repository. The final step is to wait for and respond to feedback from the developers as needed, until such time as your PR is accepted or rejected.
Expand Down

0 comments on commit 6304203

Please sign in to comment.