Upload files to "/"

This commit is contained in:
2026-04-09 16:43:32 +03:30
parent 542cc932a9
commit d6c433b94a
15 changed files with 13429 additions and 4260 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1. [Fork][fork] and clone the repository
2. Configure and install the dependencies: `npm install`
3. Make sure the tests pass on your machine: `npm run test`
4. Create a new branch: `git switch -c my-branch-name`
4. Create a new branch: `git checkout -b my-branch-name`
5. Make your change, add tests, and make sure the tests still pass
6. Push to your fork and [submit a pull request][pr]
7. Pat your self on the back and wait for your pull request to be reviewed and merged.