diff options
| author | 2023-09-12 14:00:35 +0100 | |
|---|---|---|
| committer | 2023-09-12 14:00:35 +0100 | |
| commit | 7293d6029b43db693fd170c0c087394339da0677 (patch) | |
| tree | 09063243faf1b178fde35973486e311f66b1ca33 /vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd | |
| parent | [feature] Allow admins to expire remote public keys; refetch expired keys on ... (diff) | |
| download | gotosocial-7293d6029b43db693fd170c0c087394339da0677.tar.xz | |
[feature] add paging to account follows, followers and follow requests endpoints (#2186)
Diffstat (limited to 'vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd')
| -rw-r--r-- | vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd b/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd new file mode 100644 index 000000000..0339bec55 --- /dev/null +++ b/vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd @@ -0,0 +1,10 @@ +# Contributing + +* Raise an issue if appropriate +* Fork the repo +* Bootstrap the dev dependencies (run `./script/bootstrap`) +* Make your changes +* Use [gofmt](https://golang.org/cmd/gofmt/) +* Make sure the tests pass (run `./script/test`) +* Make sure the linters pass (run `./script/lint`) +* Issue a pull request |
