Metadata-Version: 2.1
Name: new_contributor_wizard
Version: 0.0.2
Summary: New Contribution Wizard is a GUI application which on completion     will contains all the tutorials and tools to facilitate open source    contribution.
Home-page: https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard
Author: Shashank Kumar
Author-email: shashankkumarkushwaha@gmail.com
License: UNKNOWN
Description: # New Contributor Wizard
        
        ### Description
        
        New Contribution Wizard is a GUI application which on completion will contains all the tutorials and tools to facilitate open source contribution.
        
        ### Project Repository
        
        Project repository can be found on [Debian Salsa](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard)
        
        ### Project Management
        
        Project management i.e. issue/bug tracker is present on [Redmine](https://outreach-lab.debian.net/redmine/projects/new-contributor-wizard) hosted on Debian.
        
        ### Prerequisites To Build Application
        
        - GNU/Linux OS (Tested on Debian 9)
        - Python (Tested on Python => 3.5)
        - Kivy (Tested on ==1.10.1)
        
        ### How To Install
        
        `pip install new-contributor-wizard`
        
        ### How To Run
        
        `python3 -m new_contributor_wizard.main`
        
        ### Documentation
        
        #### Developer Documentation
        
        These documentations help developers who are willing to build this application from source. Checkout docs from [here](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/docs/developer.md).
        
        #### Contributor Documentation
        
        These documentations contains guildelines for the contributors get started with best practices to help out in contributing to this project. Checkout docs from [here](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/docs/contributing.md).
        
        ##### Contribute To Tutorials
        
        Contributing Tutorials is as simple as creating a JSON file, NO CODING REQUIRED! You can create a JSON file in order to contribute to Tutorials of any module of your choice. Visit [Contribute To Tutorials](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/docs/contribute-to-tutorials.md) to know how.
        
        ##### Contribute To Tools
        
        In order to contribute tools for any module of this application visit [Contribute To Tools](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/docs/contribute-to-tools.md) documentation.
        
        #### Changelogs
        
        Changelogs for this project is based on [SemVer](https://semver.org/) or Semantic Versioning. Checkout Changelogs from [here](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/changelog).
        
        ### Contributors
        
        Checkout [CONTRIBUTORS](https://salsa.debian.org/new-contributor-wizard-team/new-contributor-wizard/blob/master/CONTRIBUTORS.md) to know more about the awesome people behind this project.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
