From bc9acc498278967512725ec53cb3518ae6f10d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ian=20Guimar=C3=A3es?= Date: Tue, 9 Mar 2021 17:35:32 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 548f3c0..ed29d47 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ Running the project ## 🤕 Known Problems Current Hana do not support: - -- File name containing white spaces - Files > 100mb - Retry send files if no server was found on the first try -- Windows OS \ No newline at end of file +- Windows OS From a85fee940940e0353ec3041d39c50efda2ba098e Mon Sep 17 00:00:00 2001 From: Lorenzo Maturano Date: Tue, 9 Mar 2021 20:12:57 -0300 Subject: [PATCH 2/4] Initial commit for contribute file --- CONTRIBUTE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CONTRIBUTE.md diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md new file mode 100644 index 0000000..e69de29 From 833241be1360176bed8e161fc42ad1775f5688a1 Mon Sep 17 00:00:00 2001 From: Lorenzo Maturano Date: Tue, 9 Mar 2021 20:14:41 -0300 Subject: [PATCH 3/4] Renaming file --- CONTRIBUTE.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTE.md => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTE.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTE.md rename to CONTRIBUTING.md From 2ff814b79de98471e68c2ab23f2b6d2c1be1d007 Mon Sep 17 00:00:00 2001 From: Lorenzo Maturano Date: Tue, 9 Mar 2021 20:35:12 -0300 Subject: [PATCH 4/4] DONE with contribuiting.md --- CONTRIBUTING.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29..d6bad98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1,60 @@ +# Contributing to Hana + +Hana is an open-source project. Contribution is welcomed, encouraged and appreciated. + +## How can I contribute? + +There are multiple ways in which you can contribute to Hana: + +* Found a bug? Report it to us! +* Caught a typo in documentation or want to make it better to understand? Edit it! +* Know how to fix an issue or add a new feature? Make a patch! +* If you liked this project, share it with your friends! + +## Reporting Issues + +### You have a problem + +Before opening a new issue, please search for any open issue that already covers your problem. + +If you find one, comment on it so we can know there are more people experiencing it + +If not, you can go ahead and create an issue with as much detail as you can provide: + +1. How to reproduce the problem +2. What the correct behavior should be +3. What the actual behavior is + +We will do our very best to help you. + +### You have a suggestion + +Before opening a new issue, please search for any open issue that already covers your suggestion. + +If you find one, comment on it so we can know that threre are more people supporting it. + +If not, you can create an issue. + +## Submitting Pull Requests + +### Getting Started + +You should be familiar with the basics of contributing on GitHub and have a fork properly set up. + +If you create your own PR, please make sure you do it right. Also be so kind as to reference any issue that would be solved in the PR description body, for instance "Fixes #XXXX" for issue number XXXX. + +### You have a solution + +Please, check if there is any open issue already covering your problem, and any pending/merged/rejected PR covering your solution. + +If the solution is already reported, try it out and +1 the PR if the solution works ok. On the other hand, if you think your solution is better, post it with a reference to the other one so we can have both solutions to compare. + +If not, then go ahead and submit a PR. + +### You have an addition + +Please be so kind as to search for any pending, merged or rejected PRs covering or related to what you want to add. + +If you find one, try it out and work with the author on a common solution. + +If not, then go ahead and submit a PR.