├── LICENSE.md └── README.md /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Open-Source-Challeng 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 6 | 7 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Challenge 2 | 1. In this challenge each participant has to create atleast two pull requests. 3 | 2. Each Pull Request will be unique 4 | 3. Following are requirement for each pull request 5 | 6 | ### Pull Request One 7 | 1. fork the repository by clicking fork button on top right corner 8 | 2. clone the repository on your local machine using 9 | ` clone command` 10 | 3. Create a markdown file with your complete name plus feedback like below 11 | ` muhammad_owais_raza_feedback.md` 12 | 4. Edit this file note down your feedback regarding the session. 13 | 5. Push file to your repository 14 | 6. Create a pull request with title 15 | 16 | `Added ` 17 | 18 | ### Pull Request two 19 | 3. Create a markdown file with your complete name plus learning like below 20 | ` muhammad_owais_raza_learning.md` 21 | 4. Edit this file note down what you learnt from this session 22 | 5. Push file to your repository 23 | 6. Create a pull request with title 24 | `Added ` 25 | 26 | #### Note 27 | 1. Each participant has to create two pull request mandatory 28 | 29 | 2. Each Pull Request will be checked by concerned persons and based on two markdown files winners will be annouced 30 | 31 | #### Best of luck 32 | #### Happy Coding Happy Learning. --------------------------------------------------------------------------------