From 00deece469085ba051a31cc116e91a1a37eb0cac Mon Sep 17 00:00:00 2001 From: Aaron Lampros Date: Thu, 1 Jun 2017 17:14:40 -0400 Subject: [PATCH] Remove unmaintained notices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add myself to contributors 🙌 Closes #355 --- Issue_Template.md | 7 ------- Pull_Request_Template.md | 9 +-------- Readme.md | 8 +++----- package.json | 3 ++- 4 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 Issue_Template.md diff --git a/Issue_Template.md b/Issue_Template.md deleted file mode 100644 index eed957b..0000000 --- a/Issue_Template.md +++ /dev/null @@ -1,7 +0,0 @@ -**PROJECT IS NOT ACTIVELY MAINTAINED** - -Which means no support, no new features and no bug fixes. I will not receive a notification about this issue. - -If you want something, send a pull request and mention @sapegin. If you want to maintain the project, please contact me: http://sapegin.me/ - -Learn how to submit your first pull request: http://makeapullrequest.com/ diff --git a/Pull_Request_Template.md b/Pull_Request_Template.md index 7d94109..2332b44 100644 --- a/Pull_Request_Template.md +++ b/Pull_Request_Template.md @@ -1,12 +1,5 @@ -**PROJECT IS NOT ACTIVELY MAINTAINED** - -Which means I will not receive a notification about this pull request. - -If you want your pull request to be merged: +If you want your pull request to be merged, please: 1. Explain the use case or bug you’re solving. 2. Add tests. 3. Add docs. -4. Mention sapegin. - -If you want to maintain the project, please contact me: http://sapegin.me/ diff --git a/Readme.md b/Readme.md index 4c77afa..7029c61 100644 --- a/Readme.md +++ b/Readme.md @@ -4,8 +4,6 @@ [![Build Status](https://travis-ci.org/sapegin/grunt-webfont.svg)](https://travis-ci.org/sapegin/grunt-webfont) [![Downloads on npm](http://img.shields.io/npm/dm/grunt-webfont.svg?style=flat)](https://www.npmjs.com/package/grunt-webfont) -**grunt-webfont needs a new project maintainer: [let me know](http://sapegin.me/) if you want to help.** - Generate custom icon webfonts from SVG files via Grunt. Inspired by [Font Custom](https://github.com/FontCustom/fontcustom). This task will make all you need to use font-face icon on your website: font in all needed formats, CSS/Sass/Less/Stylus and HTML demo page. @@ -276,10 +274,10 @@ Custom font path. Will be used instead of `destCss` *in* CSS file. Useful with C Type: `boolean` Default: `false` Create font-path variables for `less`, `scss` and `sass` files. Can be used to override the `relativeFontPath` -in custom preprocessor tasks or configs. +in custom preprocessor tasks or configs. The variable name is a combination of the `font` name appended with `-font-path`. - + #### version @@ -631,7 +629,7 @@ And finally, the third, for `icon-web-home.html`, a file that has access to the You can change CSS file syntax using `stylesheet` option (see above). It change file extension (so you can specify any) with some tweaks. Replace all comments with single line comments (which will be removed after compilation). ### Dynamic font-path -You can enable the `fontPathVariables` in combination with `relativeFontPath` to create a overridable font-path. +You can enable the `fontPathVariables` in combination with `relativeFontPath` to create a overridable font-path. For example scss: ```scss diff --git a/package.json b/package.json index d1eb069..93c856b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "url": "http://sapegin.me/" }, "contributors": [ - "Maxime Thirouin (http://moox.io/)" + "Maxime Thirouin (http://moox.io/)", + "Aaron Lampros (https://github.com/alampros)" ], "repository": { "type": "git",