From 898aeba9c6c939ce8d3e78c3372c4ed08a12406f Mon Sep 17 00:00:00 2001 From: "Elvin (Tharindu) Thudugala" Date: Mon, 29 Apr 2019 17:37:49 +1200 Subject: [PATCH 1/3] Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 65765ed..e0a80b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,33 @@ icon +# Plugin.Glypher +This plugin extend support for font-glyphs (font-icons) in Xamarin.Forms applications. + +# Setup + +- `Plugin.Glypher` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher +- `Plugin.Glypher.FontAwesome5Pro` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro +- `Plugin.Glypher.FontAwesome5Free` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free + +`Plugin.Glypher` is not required to be reference if using any other package. +- Install selected nuget(s) into any .NET Standard 2.0 projects required for your app. Do not install in platform-specific projects + + +# SourceLink Support + +In Visual Studio, confirm that SourceLink is enabled. +Also, Turn off "Just My Code" since, well, this isn't your code. + +https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink + +# Limitations + +`Plugin.Glypher.FontAwesome5Pro`, `Plugin.Glypher.FontAwesome5Free` Only support iOS and Android for the moment. + +# Contributing + +Contributions are welcome. Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits. + ## Icon Thank you for the Icon by Yannick Lung (https://www.iconfinder.com/icons/314770/document_font_icon) From 93bd8a9d6e91dca3f413ffd7e59c55ec60c108cf Mon Sep 17 00:00:00 2001 From: "Elvin (Tharindu) Thudugala" Date: Mon, 29 Apr 2019 21:42:21 +1200 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6fbcb18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: thudugala + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..df5b940 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: thudugala + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 5405e9500c198fa93cdd4feac0ab2d2fd4351dc3 Mon Sep 17 00:00:00 2001 From: "Elvin (Tharindu) Thudugala" Date: Mon, 29 Apr 2019 22:05:38 +1200 Subject: [PATCH 3/3] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0a80b7..cdc76e4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ icon +[![Build status](https://ci.appveyor.com/api/projects/status/t28ovdlfdb1hmoys?svg=true)](https://ci.appveyor.com/project/tmt242001/plugin-glypher) + # Plugin.Glypher This plugin extend support for font-glyphs (font-icons) in Xamarin.Forms applications. # Setup -- `Plugin.Glypher` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher -- `Plugin.Glypher.FontAwesome5Pro` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro -- `Plugin.Glypher.FontAwesome5Free` Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free +- `Plugin.Glypher` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher +- `Plugin.Glypher.FontAwesome5Pro` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Pro.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Pro +- `Plugin.Glypher.FontAwesome5Free` [![NuGet](https://img.shields.io/nuget/v/Plugin.Glypher.FontAwesome5Free.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free/) Available on NuGet: https://www.nuget.org/packages/Plugin.Glypher.FontAwesome5Free `Plugin.Glypher` is not required to be reference if using any other package. - Install selected nuget(s) into any .NET Standard 2.0 projects required for your app. Do not install in platform-specific projects