From 04b1a0f06db7b89098bd2852a8562f5b62e23c7a Mon Sep 17 00:00:00 2001 From: David Ketcheson Date: Mon, 31 Aug 2020 09:40:02 +0300 Subject: [PATCH] Add CONTRIBUTING.md. Closes #55. --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..429c169 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +Contributions to RK-Opt are most welcome! If you have an idea for a new +feature, or simply see something that should be fixed/improved, you can: + + - [Raise an issue to let us know](https://github.com/ketch/RK-Opt/issues) + - Better yet, fork the RK-Opt repository on Github, implement the change + yourself, and [open a pull request](https://github.com/ketch/RK-Opt/pulls) + +Ideally, contributions that include new functionality should also include +documentation and testing, but we can help with that part as needed. + +If you're raising an issue to report a bug, please provide enough detail to +let us reproduce the bug.