Collection of C programs
You can contribute to this simple questions/solutions in following ways:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
Different types of contribution practices for this repository -
- Steps -
Step a) Click on Issues tab
Step b) Click on New Issue button
Step c) Click Get Started button
Step d) Fill a short description form
Step e) Press Submit New Issue button
Step f) Add a comment after succeffully creating the issue: "Please add label 'WithSolution'!" Step g) By adding this label, your issue with be automatically be assigned to you. Step h) Now you can workout the solution and generate PR(Pull request).
Note: Please do not comment on an issue labelled as "WithSolution". This issue is reserved for its author only!
-
Steps -
Step a) Click on Issues tab
Step b) Click on New Issue button
Step c) Click Get Started button
Step d) Fill a short description form
Step e) Press Submit New Issue button
Step f) Add a comment after succeffully creating the issue: "Please add label 'SolutionRequired'!"
-
Steps -
Step a) Click on Issues tab
Step b) Click on issue you would like to work on
Step c) Add a comment: I would like to work on this issue,Kindly assign it to me.You can workout the solution and generate Pull Request once you are assigned the issue.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!