Skip to content

Commit 6b3e9b7

Browse files
authored
Merge branch 'main' into patch-5
2 parents f86ab45 + d3dc3e7 commit 6b3e9b7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,22 @@ graph TD
9494
* Run the following command to compile and run WinUtil:
9595
* `.\Compile.ps1 -run`
9696

97-
![Compile](assets/Compile.png)
97+
![Compile](/docs/assets/images/Complie.png)
9898

9999
* After seeing that your changes work properly, feel free to commit the changes to the repository and make a PR. For help on that, follow the documentation below.
100100

101101
### Committing the changes
102102
* Before committing your changes, please discard changes made to the `winutil.ps1` file, like the following:
103103

104-
![Push Commit Image](assets/Discard-GHD.png)
104+
![Push Commit Image](/docs/assets/images/Discard-GHD.png)
105105

106106
* Now, commit your changes once you are happy with the result.
107107

108-
![Commit Image](assets/Commit-GHD.png)
108+
![Commit Image](/docs/assets/images/Commit-GHD.png)
109109

110110
* Push the changes to upload them to your fork on github.com.
111111

112-
![Push Commit Image](assets/Push-Commit.png)
112+
![Push Commit Image](/docs/assets/images/Push-Commit.png)
113113

114114
### Making a PR
115115
* To make a PR on your repo under a new branch linking to the main branch, a button will show and say Preview and Create pull request. Click that button and fill in all the information that is provided on the template. Once all the information is filled in correctly, check your PR to make sure there is not a WinUtil.ps1 file attached to the PR. Once everything is good, make the PR and wait for Chris (the maintainer) to accept or deny your PR. Once it is accepted by Chris, you will be able to see your changes in the "/windev" build.

.github/workflows/docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
body: 'Automated update of generated documentation from JSON sources'
6464
branch: docs-update
6565
delete-branch: true
66-
labels: automated
66+
labels: |
67+
automated
68+
documentation
6769
6870
- name: Check outputs
6971
run: |

0 commit comments

Comments
 (0)