From 7293d6029b43db693fd170c0c087394339da0677 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:00:35 +0100 Subject: [feature] add paging to account follows, followers and follow requests endpoints (#2186) --- vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd (limited to 'vendor/github.com/tomnomnom/linkheader/CONTRIBUTING.mkd') 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 -- cgit v1.3