You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,18 @@ The issues for this add-on are tracked on its github.com page. All bug reports a
63
63
64
64
## Contributions
65
65
66
-
Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:
66
+
Contributions are welcome, but there are no guarantees that they are accepted as such.
67
67
68
-
- Fork this project
68
+
As first step, please refer to our [Development Conventions](https://github.com/FlowingCode/DevelopmentConventions) page to find information about Conventional Commits & Code Style requeriments.
69
+
70
+
Then, follow these steps for creating a contibution:
71
+
72
+
- Fork this project.
69
73
- Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
70
74
- Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
71
-
-Refer to the fixed issue in commit
72
-
- Send a pull request for the original project
73
-
- Comment on the original issue that you have implemented a fix for it
75
+
-For commit message, use [Conventional Commits](https://github.com/FlowingCode/DevelopmentConventions/blob/main/conventional-commits.md) to describe your change.
76
+
- Send a pull request for the original project.
77
+
- Comment on the original issue that you have implemented a fix for it.
0 commit comments