Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit b66fb97

Browse files
committed
Sync Remote -> Local
1 parent dc809c8 commit b66fb97

93 files changed

Lines changed: 7117 additions & 2286 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Configuration file for EditorConfig
2+
# More information is available under http://EditorConfig.org
3+
4+
# Ignore any other files further up in the file system
5+
root = true
6+
7+
# Configuration for all files
8+
[*]
9+
# Enforce Windows style line endings (\n only)
10+
end_of_line = crlf
11+
# Always end files with a blank line
12+
insert_final_newline = true
13+
# Force space characters for indentation
14+
indent_style = space
15+
# Always indent by 4 characters
16+
indent_size = 4
17+
# Remove whitespace characters at the end of line
18+
trim_trailing_whitespace = true
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

@@ -67,7 +67,6 @@ members of the project's leadership.
6767

6868
## Attribution
6969

70-
7170
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
7271
available at [http://contributor-covenant.org/version/1/4][version]
7372

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Contributing
22

33
When contributing to this repository, please first discuss the change you wish to make via issue,
4-
email, or any other method with the owners of this repository before making a change.
4+
email, or any other method with the owners of this repository before making a change.
55

66
Please note we have a code of conduct, please follow it in all your interactions with the project.
77

88
## Pull Request Process
99

10-
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
10+
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1111
build.
12-
2. Update the README.md with details of changes to the interface, this includes new environment
12+
2. Update the README.md with details of changes to the interface, this includes new environment
1313
variables, exposed ports, useful file locations and container parameters.
1414
3. Increase the version numbers in any examples files and the README.md to the new version that this
1515
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
16-
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
16+
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
1717
do not have permission to do that, you may request the second reviewer to merge it for you.
1818

1919
## Code of Conduct
@@ -32,22 +32,22 @@ orientation.
3232
Examples of behavior that contributes to creating a positive environment
3333
include:
3434

35-
* Using welcoming and inclusive language
36-
* Being respectful of differing viewpoints and experiences
37-
* Gracefully accepting constructive criticism
38-
* Focusing on what is best for the community
39-
* Showing empathy towards other community members
35+
- Using welcoming and inclusive language
36+
- Being respectful of differing viewpoints and experiences
37+
- Gracefully accepting constructive criticism
38+
- Focusing on what is best for the community
39+
- Showing empathy towards other community members
4040

4141
Examples of unacceptable behavior by participants include:
4242

43-
* The use of sexualized language or imagery and unwelcome sexual attention or
44-
advances
45-
* Trolling, insulting/derogatory comments, and personal or political attacks
46-
* Public or private harassment
47-
* Publishing others' private information, such as a physical or electronic
48-
address, without explicit permission
49-
* Other conduct which could reasonably be considered inappropriate in a
50-
professional setting
43+
- The use of sexualized language or imagery and unwelcome sexual attention or
44+
advances
45+
- Trolling, insulting/derogatory comments, and personal or political attacks
46+
- Public or private harassment
47+
- Publishing others' private information, such as a physical or electronic
48+
address, without explicit permission
49+
- Other conduct which could reasonably be considered inappropriate in a
50+
professional setting
5151

5252
### Our Responsibilities
5353

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# These are supported funding model platforms
22

33
github: [ManuelGil]
4+
patreon: imgil
5+
ko_fi: imgil
46
custom: ["https://paypal.me/ManuelFGil"]

.github/ISSUE_TEMPLATE.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# How To Report an Issue or Request a Feature
2+
3+
Please read carefully this document. It will guide you to submit an [issue](#issue)
4+
or [feature](feature).
5+
6+
<a name="started"></a>
7+
8+
## Before starting
9+
10+
### Step 1:
11+
12+
**Requirements**
13+
14+
- [ ] Did you follow the installation steps described in
15+
[README.md](https://github.com/ManuelGil/Reset-Windows-Update-Tool/blob/master/README.md)?
16+
- [ ] Do you use the latest version?
17+
18+
- [x] Complete with an X inside the brackets for the requirements met.
19+
20+
### Step 2:
21+
22+
**Use the GitHub issue search**
23+
24+
- Check if the issue or feature has already been submited.
25+
26+
### Step 3:
27+
28+
**Check if the issue has been fixed**
29+
30+
- try to reproduce it using the latest master or development branch in the
31+
repository.
32+
33+
<a name="issue"></a>
34+
35+
## Report an Issue
36+
37+
### Step 1:
38+
39+
**Type the title**
40+
41+
- Type a title for your issue and includes the word (Issue).
42+
43+
### Step 2:
44+
45+
**Describe your environment**
46+
47+
- **OS version:** **\_**
48+
- **Project version:** **\_**
49+
50+
### Step 3:
51+
52+
**Describe the problem**
53+
54+
- Type a description for your issue.
55+
56+
### Step 4:
57+
58+
**Steps to reproduce**
59+
60+
- First Step
61+
- Second Step
62+
- ...
63+
- Expected behavior: What do you expect to happen?
64+
- Actual behavior: What really happens?
65+
- Reproduces how often: What percentage of the time does it reproduce?
66+
67+
### Step 5:
68+
69+
**Additional Information**
70+
71+
- Any additional information, configuration or data that might be necessary
72+
to reproduce the issue.
73+
74+
### Step 6:
75+
76+
**Screenshot**
77+
78+
- Provide a screenshot that show your issue.
79+
80+
<a name="feature"></a>
81+
82+
## Request a Feature
83+
84+
### Step 1:
85+
86+
**Type the title**
87+
88+
- Type a title for your issue and includes the word (Feature).
89+
90+
### Step 2:
91+
92+
**Describe the problem**
93+
94+
- Type a description for your feature.
95+
96+
### Step 3:
97+
98+
**Additional Information**
99+
100+
- Why do you want this functionality?
101+
- How do you expect it to work?
102+
103+
> Thank you for collaborating with this project.

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.associations": {
3+
"iostream": "cpp"
4+
}
5+
}

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)