Skip to content

Commit 03bde54

Browse files
committed
Add contribution guidelines links and draft tool lists
1 parent 1c2c502 commit 03bde54

3 files changed

Lines changed: 6 additions & 64 deletions

File tree

dotnet.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
WIP
2-
31
# .NET
42

5-
## dotnet build
6-
7-
## dotnet test
8-
9-
## dotnet publish
10-
11-
## dotnet run
12-
13-
## dotnet restore
14-
15-
## dotnet format
16-
17-
## nuget
18-
19-
## msbuild
20-
21-
## xunit
22-
23-
## nunit
3+
Contributions welcome! See [contributing guidelines](CONTRIBUTING.md).
244

25-
## coverlet
5+
Tools to cover (draft list): dotnet build, dotnet test, dotnet publish, dotnet format, nuget, msbuild, xunit, nunit, coverlet.

java.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
WIP
2-
31
# Java
42

5-
## maven (mvn)
6-
7-
## gradle
8-
9-
## javac
10-
11-
## junit
12-
13-
## checkstyle
14-
15-
## spotbugs
16-
17-
## pmd
18-
19-
## spotless
20-
21-
## errorprone
22-
23-
## jacoco
3+
Contributions welcome! See [contributing guidelines](CONTRIBUTING.md).
244

25-
## google-java-format
5+
Tools to cover (draft list): maven, gradle, javac, junit, checkstyle, spotbugs, pmd, spotless, errorprone, jacoco, google-java-format.

rust.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
1-
WIP
2-
31
# Rust
42

5-
## cargo build
6-
7-
## cargo test
8-
9-
## cargo clippy
10-
11-
## cargo fmt
12-
13-
## cargo doc
14-
15-
## cargo install
16-
17-
## cargo publish
18-
19-
## rustc
20-
21-
## miri
3+
Contributions welcome! See [contributing guidelines](CONTRIBUTING.md).
224

23-
## cargo-nextest
5+
Tools to cover (draft list): cargo build, cargo test, cargo clippy, cargo fmt, cargo doc, cargo install, rustc, cargo-nextest.

0 commit comments

Comments
 (0)