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
Contributing guidelines for open-source EK projects.
4
-
5
-
**IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.**
6
-
7
-
### Issues
8
-
9
-
1. Provide product version where the problem was found;
10
-
2. Provide info about your environment;
11
-
3. Provide detailed info about your problem;
12
-
4. Provide steps to reproduce the problem;
13
-
5. Provide actual and expected results.
14
-
15
-
### Code
16
-
17
-
1. Check your code **before** creating pull request;
18
-
2. If tests are present in a project, add tests for your code;
19
-
3. Add inline documentation for your code;
20
-
4. Apply code style used throughout the project;
21
-
5. Create your pull request to `develop` branch (_pull requests to other branches are not allowed_).
1
+
# Contributing Guidelines
2
+
3
+
**IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.**
4
+
5
+
### Issues
6
+
7
+
1. Provide product version where the problem was found;
8
+
2. Provide info about your environment;
9
+
3. Provide detailed info about your problem;
10
+
4. Provide steps to reproduce the problem;
11
+
5. Provide actual and expected results.
12
+
13
+
### Code
14
+
15
+
1. Check your code **before** creating pull request;
16
+
2. If tests are present in a project, add tests for your code;
17
+
3. Add inline documentation for your code;
18
+
4. Apply code style used throughout the project;
19
+
5. Create your pull request to `develop` branch (_pull requests to other branches are not allowed_).
0 commit comments