We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bf760 commit 2e529a8Copy full SHA for 2e529a8
README.md
@@ -107,6 +107,7 @@ fun main() {
107
- [Logging](#logging)
108
- [Fat Jar issue](#fat-jar-issue)
109
- [Reporting issues/Support](#reporting-issuessupport)
110
+- [Contributing](#contributing)
111
- [Code of Conduct](#code-of-conduct)
112
- [License](#license)
113
@@ -271,6 +272,10 @@ task fatJar(type: Jar) {
271
272
}
273
```
274
275
+## Contributing
276
+
277
+Read the [Contributing Guidelines](https://github.com/JetBrains/KotlinDL/blob/master/CONTRIBUTING.md).
278
279
## Reporting issues/Support
280
281
Please use [GitHub issues](https://github.com/JetBrains/KotlinDL/issues) for filing feature requests and bug reports.
0 commit comments