├── CONTRIBUTING.md ├── README.md ├── _config.yml └── images ├── android+ios+windows.png ├── android+ios.png ├── android.png ├── ios.png └── windows.png /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Use the following format: `[PACKAGE](LINK) - DESCRIPTION.` 7 | - New categories, or improvements to the existing categorization are welcome. 8 | - Keep descriptions short and simple, but descriptive. 9 | - End all descriptions with a full stop/period. 10 | - Check your spelling and grammar. 11 | - Make sure that your suggestion is positioned as the last item category. 12 | - Make sure your text editor is set to remove trailing whitespace. 13 | 14 | #### Projects are ineligible if: 15 | - Doesn't have commit for more than two years. 16 | - We cannot clearly understand the objective. 17 | - Without clear README 18 | 19 | Your contributions are always welcome! Thank you for your suggestions! :smiley: 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Moved & merged to https://github.com/XamSome/awesome-xamarin 2 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /images/android+ios+windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcBruins/awesome-xamarin/45664668eb26e9548de73c296db35759e1c325ec/images/android+ios+windows.png -------------------------------------------------------------------------------- /images/android+ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcBruins/awesome-xamarin/45664668eb26e9548de73c296db35759e1c325ec/images/android+ios.png -------------------------------------------------------------------------------- /images/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcBruins/awesome-xamarin/45664668eb26e9548de73c296db35759e1c325ec/images/android.png -------------------------------------------------------------------------------- /images/ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcBruins/awesome-xamarin/45664668eb26e9548de73c296db35759e1c325ec/images/ios.png -------------------------------------------------------------------------------- /images/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcBruins/awesome-xamarin/45664668eb26e9548de73c296db35759e1c325ec/images/windows.png --------------------------------------------------------------------------------