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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# .goassets
2
2
Asset files automatically deployed to Go package repositories
3
3
4
+
### Usage
5
+
This repository has master data of the asset files like the lint scripts, coverage report config, renovate config.
6
+
Please make a pull-request on this repository to update these files, instead of editing them in each repository.
7
+
8
+
After updating the files, add a version tag to this repository.
9
+
GitHub Action will open pull-requests on the target repositories to sync the changes.
10
+
4
11
### Contributing
5
12
Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contributing)** to join the group of amazing people making this project possible:
0 commit comments