From 84fc617a2e7f2e298888a5a3b9bf260958ef8cf5 Mon Sep 17 00:00:00 2001 From: zweien Date: Fri, 16 Jul 2021 12:18:15 +0800 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..de74ed6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contributing to IDRLnet + +First off, thanks for taking the time to contribute! + +- **Reporting bugs.** To report a bug, simply open an issue in the GitHub "Issues" section. + +- **Suggesting enhancements.** To submit an enhancement suggestion for IDRLnet, including completely new features and + minor improvements to existing functionality, let us know by opening an issue. + +- **Pull requests.** If you made improvements to IDRLnet, fixed a bug, or had a new example, feel free to send us a + pull-request. + +- **Asking questions.** To get help on how to use IDRLnet or its functionalities, you can as well open an issue. + +- **Answering questions.** If you know the answer to any question in the "Issues", you are welcomed to answer.