You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,15 +167,17 @@ Refer to existing `download.py` for reference on how to setup the download scrip
167
167
168
168
### Testing downloads
169
169
170
-
> [!IMPORTANT]
171
-
> This is still a work in progress and the script does not exist yet! Feel free to create the exercise first and the Git-Mastery team will iterate over it with you!
172
-
173
170
To test that your download script works, we have provided a script to simulate the download process in this repository for you to verify.
174
171
175
172
```bash
176
173
./test-download.sh <your exercise folder>
177
174
```
178
175
176
+
You can find the downloaded repository under the `test-downloads/` folder.
177
+
178
+
> [!NOTE]
179
+
> If you wish to support a remote repository and require the Git-Mastery team to create a new repository, create an issue and we will assess the request accordingly
180
+
179
181
## Verification script
180
182
181
183
The verification process is a simpler on the Git-Mastery app:
0 commit comments