Skip to content

Commit b866a36

Browse files
authored
Update CONTRIBUTING.md
1 parent 4439a1f commit b866a36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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

0 commit comments

Comments
 (0)