Open abhijeetmote opened 5 years ago
Hi @abhijeetmote
You're welcome, and we appreciate your contribution to our/your project.
All that you need is to write a one-function
which is do anything. However, we have been preparing our contributing
file, which is explaining the idea behind the project, but till that time, you can contribute to this project by taking the following steps:
strings
, math
, lists
, etc.sum
. In this case, create a new file sum.py
inside math
folder (create one if there is no folder that matches your function's category inside ofun
folder).ofun_
prefix, so, your function will be something like the following:
def ofun_sum(fval, sval):
Note In your case, the name of the branch should be
ofun-[category]-sum-[action]
, while the category should bemath
in this case, and action shows what you will do with that function, and in your case again, the name of the branch should beofun-math-sum-create
.
For more information about the idea behind the project, please read the current MDs files.
Hi Dan, I am an experienced python developer, I am looking for something to contribute to the open-source world. How I can help here to you?