mirror of
https://github.com/grdl/git-get.git
synced 2026-02-05 06:48:48 +00:00
Fix failing windows tests
Fix incorrect filepath.join usage in building filepaths from URL
This commit is contained in:
13
README.md
13
README.md
@@ -336,12 +336,13 @@ We welcome contributions!
|
||||
1. **Fork the repository**
|
||||
2. **Create a feature branch**: `git checkout -b feature/amazing-feature`
|
||||
3. **Install dependencies**: `go mod download`
|
||||
3. **Make changes and add tests**
|
||||
4. **Run tests**: `go test ./...`
|
||||
5. **Run linter**: `golangci-lint run`
|
||||
6. **Commit changes**: `git commit -m 'Add amazing feature'`
|
||||
7. **Push to branch**: `git push origin feature/amazing-feature`
|
||||
8. **Open a Pull Request**
|
||||
4. **Make changes and add tests**
|
||||
5. **Format**: `go fmt ./...`
|
||||
6. **Run tests**: `go test ./...`
|
||||
7. **Run linter**: `golangci-lint run`
|
||||
8. **Commit changes**: `git commit -m 'Add amazing feature'`
|
||||
9. **Push to branch**: `git push origin feature/amazing-feature`
|
||||
10. **Open a Pull Request**
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user