`docs`: minor update on documentations

- Contributing has a direct reference to the guide
- Readme has a Contributing section linking to the CONTRIBUTING file
- Bug Report has the location to the new log folder
- On OS selector, put just Windows 10/Windows 11 (without architecture)
main
Plínio Larrubia 2 years ago committed by Plínio Larrubia
parent 87fb888fc1
commit 43bebdd5ae
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -49,11 +49,8 @@ body:
label: Operating System
description: Versions before Windows 10 are not supported
options:
- Windows 11 (64-bits)
- Windows 11 (ARM64)
- Windows 10 (64-bits)
- Windows 10 (32-bits)
- Windows 10 (ARM64)
- Windows 11
- Windows 10
validations:
required: true
- type: input
@ -86,8 +83,8 @@ body:
label: Logs
description: |
**Only needed if it's error related**
Put your log file from: C:\Users\{ Your User }\AppData\Local\Temp\Win10ScriptXXX_YYYY-MM-DD_hh-mm-ss.txt
TIP: press `Win + R` and type: `%Temp%`, then find the log file
Put your log file from: C:\Users\{ Your User }\AppData\Local\Temp\Win-DT-Logs\Win10ScriptXXX_YYYY-MM-DD_hh-mm-ss.txt
TIP: press `Win + R` and type `%Temp%` then hit `ENTER`, now find the log file
validations:
required: false
- type: textarea

@ -9,7 +9,7 @@ Just open an **issue** or send me a **pull request** to the `develop` branch.
These aren't extremely strict rules, just the necessary to keep being productive and not staring at rules the entire time.
You can use this guide to help with coding on PowerShell (better than i do), link: <https://github.com/PoshCode/PowerShellPracticeAndStyle>
You can use [this guide](https://github.com/PoshCode/PowerShellPracticeAndStyle) to help with coding on PowerShell (better than i do).
### VS Code settings (Json)

@ -25,7 +25,7 @@ These scripts will Customize, Debloat and Improve Privacy/Performance and System
[![PSScriptAnalyzer](https://github.com/LeDragoX/Win-Debloat-Tools/actions/workflows/powershell-linter.yml/badge.svg?style=flat)](https://github.com/LeDragoX/Win-Debloat-Tools/actions/workflows/powershell-linter.yml)
![GitHub issues](https://img.shields.io/github/issues/LeDragoX/Win-Debloat-Tools?label=Issues)
![GitHub](https://img.shields.io/github/license/LeDragoX/Win-Debloat-Tools?color=blue&label=License)
![GitHub license](https://img.shields.io/github/license/LeDragoX/Win-Debloat-Tools?color=blue&label=License)
[![Commit rate](https://img.shields.io/github/commit-activity/m/LeDragoX/Win-Debloat-Tools?label=Commits)](https://github.com/LeDragoX/Win-Debloat-Tools/commits/master)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/LeDragoX/Win-Debloat-Tools/main?label=Last%20commit)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/LeDragoX/Win-Debloat-Tools?label=Code%20size)
@ -243,6 +243,10 @@ Get-Service "NVDisplay.ContainerLocalSystem" | Set-Service -StartupType Automati
- [Daniel Persson](https://www.youtube.com/channel/UCnG-TN23lswO6QbvWhMtxpA) - by [_this video_](https://youtu.be/EfrT_Bvgles) (and script explanation);
- [matthewjberger](https://gist.github.com/matthewjberger) - by [_this script_](https://gist.github.com/matthewjberger/2f4295887d6cb5738fa34e597f457b7f).
## Contributing
If you want to contribute, please check out the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## 📝 License
Licensed under the [MIT](LICENSE.txt) license.

Loading…
Cancel
Save