Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.


8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.