diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b526a2c9..05b85d59 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](https://github.com/ditdot-dev/vue-flow-form/blob/contributing/CHANGELOG.md). +* 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/releases). * 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. @@ -17,13 +17,13 @@ ## Suggesting an enhancement -* Use a descriptive title and describe the feature request/change in details -* Explain why this enhancement would be useful +* 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 +* 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. diff --git a/README.md b/README.md index a8bfa3ae..1d6352d1 100644 --- a/README.md +++ b/README.md @@ -191,10 +191,10 @@ var app = new Vue({ 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). + +## License + +[MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license.