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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,18 @@ The issues for this add-on are tracked on its github.com page. All bug reports a
48
48
49
49
## Contributions
50
50
51
-
Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:
52
-
- Fork this project
51
+
Contributions are welcome, but there are no guarantees that they are accepted as such.
52
+
53
+
As first step, please refer to our [Development Conventions](https://github.com/FlowingCode/DevelopmentConventions) page to find information about Conventional Commits & Code Style requirements.
54
+
55
+
Then, follow these steps for creating a contribution:
56
+
57
+
- Fork this project.
53
58
- 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.
54
59
- Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
55
-
-Refer to the fixed issue in commit
56
-
- Send a pull request for the original project
57
-
- Comment on the original issue that you have implemented a fix for it
60
+
-For commit message, use [Conventional Commits](https://github.com/FlowingCode/DevelopmentConventions/blob/main/conventional-commits.md) to describe your change.
61
+
- Send a pull request for the original project.
62
+
- Comment on the original issue that you have implemented a fix for it.
0 commit comments