Skip to content

Commit

Permalink
docs: add articles about contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag committed May 16, 2020
1 parent 1f5e615 commit e3227ec
Show file tree
Hide file tree
Showing 17 changed files with 1,160 additions and 81 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignorePaths": ["docs/**"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Documentation is hosted at https://golangci-lint.run.

## Contributors

This project exists thanks to all the people who contribute.
This project exists thanks to all the people who contribute. [How to contribute](https://golangci-lint.run/contributing/workflow/).

<a href="https://github.com/golangci/golangci-lint/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=golangci/golangci-lint" />
Expand Down
2 changes: 2 additions & 0 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ module.exports = {
},
`gatsby-remark-responsive-iframe`,
`gatsby-remark-copy-linked-files`,
`gatsby-remark-mermaid`,
],
plugins: [
`gatsby-remark-autolink-headers`,
`gatsby-remark-external-links`,
`gatsby-remark-images`,
`gatsby-remark-mermaid`,
],
},
},
Expand Down

0 comments on commit e3227ec

Please sign in to comment.