Skip to content

Commit 1e1a69c

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]: #4 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent 9bdf8ff commit 1e1a69c

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
@@ -60,10 +60,6 @@ your documentation changes for clarity, concision, and correctness, as
6060
well as a clean documentation build. See ``docs/README.md`` for more
6161
information on building the docs and how docs get released.
6262

63-
Write clean code. Universally formatted code promotes ease of writing, reading,
64-
and maintenance. Always run `gofmt -s -w file.go` on each changed file before
65-
committing your changes. Most editors have plugins that do this automatically.
66-
6763
Pull requests descriptions should be as clear as possible and include a
6864
reference to all the issues that they address.
6965

0 commit comments

Comments
 (0)