Skip to content

Commit aa892d7

Browse files
authored
Merge pull request #107 from ditdot-dev/contributing
Contributing link correction
2 parents e0c418f + b866a36 commit aa892d7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Before creating an issue
44

55
* 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.
6-
* 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).
6+
* 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).
77
* Perform the [Issues](https://github.com/ditdot-dev/vue-flow-form/issues) search to see if the problem has already been reported.
88
* If the issue has been reported and is still open, add a comment to it instead of opening a new issue.
99
* If the issue has been reported and is closed, open a new issue with a link to the closed issue.
@@ -17,13 +17,13 @@
1717

1818
## Suggesting an enhancement
1919

20-
* Use a descriptive title and describe the feature request/change in details
21-
* Explain why this enhancement would be useful
20+
* Use a descriptive title and describe the feature request/change in details.
21+
* Explain why this enhancement would be useful.
2222

2323
## Creating a pull request
2424

2525
* Make your changes on a feature branch. Follow the code style of the project, including indentation.
26-
* Create a new PR with the code changes
27-
* The PR description should clearly describe the problem and solution, with a reference to the appropriate issue if applicable
26+
* Create a new PR with the code changes.
27+
* The PR description should clearly describe the problem and solution, with a reference to the appropriate issue if applicable.
2828

2929

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ var app = new Vue({
191191

192192
Modern browsers and IE11.
193193

194-
## License
195-
196-
[MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license.
197-
198194
## Changelog
199195

200196
Changes for each release are documented in the [release notes](https://github.com/ditdot-dev/vue-flow-form/releases).
197+
198+
## License
199+
200+
[MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license.

0 commit comments

Comments
 (0)