First Issue Friendly? #2746
-
Hello everyone. I am a Computer Science student looking for an OSS to contribute to, for a course assignment. I have no experience in contributing to open source yet, i have knowledge of HTML, CSS and JS as of now. Could you please give me more information about the technologies used for this project and if it is feasible to add to it as a beginner? I thought of starting a new random data generator module, or help on an existing one. (in any case for the course i need to open a new issue and not work on an existing one). Would love your insights on that! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The following section is my personal opinion and does not represent the general opinion of FakerJs:
Please tell your teacher, that these kind of exercises tend to not benefit the OSS community. I personally would recommend the following rule on when to contribute:
Please have a look at the package.json
Sure, we love contributions. See also: |
Beta Was this translation helpful? Give feedback.
-
Some easy ways you could get started would be:
Echoing what ST-DDT wrote above, try to minimize the amount of work for the maintainers. Try to seek help from your school if you get stuck. |
Beta Was this translation helpful? Give feedback.
The following section is my personal opinion and does not represent the general opinion of FakerJs:
Please tell your teacher, that these kind of exercises tend to not benefit the OSS community.
Especially with the
not work on an existing one
limitation.As they force you to contribute to a project that you are not familiar with and thus take additional time from the maintainers to answer basic/unrelated questions or do extra work to make a simple change merge-able.
This may benefit the student, but at the cost…