Skip to content

Commit 35999a7

Browse files
committed
CONTRIBUTING: Remove gofmt advice
Not all OCI Projects are primarily Go, and filling in off-topic formatting advice doesn't seem useful. One approach to this would be to require projects to support 'make fmt' to handle any auto-formatting. But an easier approach is to keep the document generic in this repository [1], and allow downstream projects to add their own project-specific content as they see fit. I don't expect a lot of churn in this document, so there shouldn't be many conflicts between those downstream changes and further project-template development. [1]: opencontainers#4 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent dd0ba23 commit 35999a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ your documentation changes for clarity, concision, and correctness, as
3737
well as a clean documentation build. See ``docs/README.md`` for more
3838
information on building the docs and how docs get released.
3939

40-
Write clean code. Universally formatted code promotes ease of writing, reading,
41-
and maintenance. Always run `gofmt -s -w file.go` on each changed file before
42-
committing your changes. Most editors have plugins that do this automatically.
43-
4440
Pull requests descriptions should be as clear as possible and include a
4541
reference to all the issues that they address.
4642

0 commit comments

Comments
 (0)