Update contributing and issue/PR templates (#7934)
Signed-off-by: AlexDBlack <blacka101@gmail.com>master
parent
2a1ea24781
commit
d3a9e5b41d
|
@ -9,10 +9,17 @@ Please describe our issue, along with:
|
||||||
Please indicate relevant versions, including, if relevant:
|
Please indicate relevant versions, including, if relevant:
|
||||||
|
|
||||||
* Deeplearning4j version
|
* Deeplearning4j version
|
||||||
* platform information (OS, etc)
|
* Platform information (OS, etc)
|
||||||
* CUDA version, if used
|
* CUDA version, if used
|
||||||
* NVIDIA driver version, if in use
|
* NVIDIA driver version, if in use
|
||||||
|
|
||||||
|
#### Additional Information
|
||||||
|
|
||||||
|
Where applicable, please also provide:
|
||||||
|
|
||||||
|
* Full log or exception stack trace (ideally in a Gist: gist.github.com)
|
||||||
|
* pom.xml file or similar (also in a Gist)
|
||||||
|
|
||||||
#### Contributing
|
#### Contributing
|
||||||
|
|
||||||
If you'd like to help us fix the issue by contributing some code, but would
|
If you'd like to help us fix the issue by contributing some code, but would
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
The following checklist helps ensure your PR is complete:
|
The following checklist helps ensure your PR is complete:
|
||||||
|
|
||||||
- [ ] Reviewed the [Contributing Guidelines](https://github.com/deeplearning4j/deeplearning4j/blob/master/CONTRIBUTING.md) and followed the steps within.
|
- [ ] Eclipse Contributor Agreement signed, and signed commits - see [IP Requirements](https://deeplearning4j.org/eclipse-contributors) page for details
|
||||||
|
- [ ] Reviewed the [Contributing Guidelines](https://github.com/eclipse/deeplearning4j/blob/master/CONTRIBUTING.md) and followed the steps within.
|
||||||
- [ ] Created tests for any significant new code additions.
|
- [ ] Created tests for any significant new code additions.
|
||||||
- [ ] Relevant tests for your changes are passing.
|
- [ ] Relevant tests for your changes are passing.
|
||||||
- [ ] Ran mvn formatter:format (see [formatter instructions](http://code.revelc.net/formatter-maven-plugin/examples.html#Setting_Source_Files) for targeting your specific files).
|
|
||||||
|
|
|
@ -44,3 +44,8 @@ main tree or given feedback for changes that would be required.
|
||||||
We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html).
|
We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html).
|
||||||
|
|
||||||
All code in this repository is released under the Apache Software Foundation License, 2.0, and by contributing to this repository, you agree to release that contribution under that same license.
|
All code in this repository is released under the Apache Software Foundation License, 2.0, and by contributing to this repository, you agree to release that contribution under that same license.
|
||||||
|
|
||||||
|
|
||||||
|
## Eclipse Contributor Agreement and Commit Signing
|
||||||
|
|
||||||
|
Please see the following page for details: [https://deeplearning4j.org/eclipse-contributors](https://deeplearning4j.org/eclipse-contributors)
|
Loading…
Reference in New Issue