From a911c3961dac09dc5935bfd9c822ad48c8d24e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:05:28 +0200 Subject: [PATCH 1/5] Create CONTRIBUTING.md --- CONTRIBUTING.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b82cd50a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,29 @@ +# How to contribute + +## Before creating an issue + +* Check the [GUIDE](https://www.ditdot.hr/en/docs/vue-flow-form-guide) to see if you can find the solution to your problem by yourself. +* Check the version of Vue Flow Form you are using - use the last version according to CHANGELOG. +* Perform the [Issues](https://github.com/ditdot-dev/vue-flow-form/issues) search to see if the problem has already been reported. +* If the issue has been reported and is still open, add a comment to it instead of opening a new issue. +* If the issue has been reported and is closed, open a new issue with a link to the closed issue. +* If the issue hasn't been reported, open a new issue. + +## Creating a bug report + +* Use a descriptive title and describe the exact steps to reproduce the problem. +* Explain what kind of behavior you expected and why. +* Share as much information about the problem as you can - include screenshots, GIFs, reports, etc. + +## Suggesting an enhancement + +* Use a descriptive title and describe the feature request/change in details +* Explain why this enhancement would be useful + +## Creating a pull request + +* Make your changes on a feature branch. Follow the code style of the project, including indentation. +* Create a new PR with the code changes +* The PR description should clearly describe the problem and solution, with a reference to the appropriate issue if applicable + + From d8ce842473f5fe8148c0ffe97f24208004a8df8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:06:58 +0200 Subject: [PATCH 2/5] Create CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..297a995d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Changelog + +[Vue Flow Form Releases](https://github.com/ditdot-dev/vue-flow-form/releases) From 50f4313359caf857f416e1b9c9d9073459ad409f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:08:36 +0200 Subject: [PATCH 3/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b82cd50a..b526a2c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Before creating an issue * Check the [GUIDE](https://www.ditdot.hr/en/docs/vue-flow-form-guide) to see if you can find the solution to your problem by yourself. -* Check the version of Vue Flow Form you are using - use the last version according to CHANGELOG. +* Check the version of Vue Flow Form you are using - use the last version according to [CHANGELOG](https://github.com/ditdot-dev/vue-flow-form/blob/contributing/CHANGELOG.md). * Perform the [Issues](https://github.com/ditdot-dev/vue-flow-form/issues) search to see if the problem has already been reported. * If the issue has been reported and is still open, add a comment to it instead of opening a new issue. * If the issue has been reported and is closed, open a new issue with a link to the closed issue. From 8a3b50d1a8453af27f86cf1ba46aab9beeb3d80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:33:03 +0200 Subject: [PATCH 4/5] Delete CHANGELOG.md --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 297a995d..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -# Changelog - -[Vue Flow Form Releases](https://github.com/ditdot-dev/vue-flow-form/releases) From b8e959d7caa3068fc0240539e01b103bc45e0b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:35:12 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4c690d3..a8bfa3ae 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,7 @@ Modern browsers and IE11. ## License [MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license. + +## Changelog + +Changes for each release are documented in the [release notes](https://github.com/ditdot-dev/vue-flow-form/releases).