- Search about the the topic or domain on which you want to contribute like course topic, provided by, platform, etc.
- Take the reference from below example and structure your information similar to that .
- Check your code.
- Commit your change and go for pull request. NOTE-Wrong syntax code can be rejected. NOTE1 - Contribution must be done in the given format. Pull request wont be accepted if the format is wrong.
{
"id":"1",
"topic":"DSA - Array",
"question":"W. A. P. to find addition of matrices",
"answer_link":"https://stackoverflow.com/questions/33059430/matrix-addition-using-c"
}
{
"id":"121",
"topic":"DSA - Array",
"question":"How do you declare an Array?",
"answer_link":"https://www.geeksforseeks.com/how-do-you-declare-array/"
}
{
"id":"100",
"topic":"DSA - Array",
"question":"W. A. P. to find subtraction of matrices",
"answer_link":"https://www.c-sharpcorner.com/blogs/subtract-matrix-in-c-programming"
}