Each issue falls into one of two categories, defect or enhancement. Defects are bugs, or other kinds of issues that need to be fixed. Enhancements are issues that describe new functionality that should be implemented.
By the way, a good place to start is with issues that have the EasyToFix label: https://code.google.com/p/sympy/issues/list?&q=label%3Aeasytofix. Those are all pretty simple to fix, and good for people just starting to get a hold on Python, git, and SymPy's codebase. Let us know if you have any questions. Aaron Meurer On Tue, Jan 8, 2013 at 8:13 AM, Sashrika Waidyarathna <[email protected]> wrote: > Hi all...., > I am Sashrika Waidyarathna, 2nd year undergraduate student from University > of Moratuwa, Department of Computer science and Engineering Sri Lanka. I > would like to work with sympy and contribute to Sympy to get some experience > on open source software development and to Gsoc 2013. i have some > experiences on Python. I installed Sympy library and followed the tutorial > on http://docs.sympy.org/0.7.2/tutorial.html . > Then I check the issue page and try to make a patch. There are some issues > with type "Enhancement". Can anyone explain what does it mean? Do we have to > write a new Algorithm for that? > Thank you....! > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/-j-C4O4J8WwJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
