diff --git a/.assets/govicons-logo.svg b/.assets/govicons-logo.svg new file mode 100644 index 0000000..169f954 --- /dev/null +++ b/.assets/govicons-logo.svg @@ -0,0 +1 @@ +govicons-logo \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..8a46391 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,26 @@ +## Expected behavior + + + +## Actual behavior + + + +## What version are you using? + +Version: +Browser and version: + +## Steps to reproduce + + + +## Bug report checklist + +- [ ] I have filled out as much of the above information as I can +- [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do +- [ ] I have [searched for existing issues](https://github.com/540co/govicons/issues) and to the best of my knowledge this is not a duplicate diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md new file mode 100644 index 0000000..ad30a70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/icon-request.md @@ -0,0 +1,13 @@ +## What can it be used for? + + + +## Example image (optional) + + + +## Icon request checklist + +- [ ] The title starts with "Icon request: " and is followed by the requested icon name (Ex: `Icon request: hipster-coder`) +- [ ] I have [searched for existing issues](https://github.com/540co/govicons/issues) and to the best of my knowledge this is not a duplicate +- [ ] I have included at least one example image if it could be helpful (optional) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b4a74bb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ + + + +## Reference to issue + + +## Description + + +## Mentions + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b2dc6a4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +# Contributing to Gov Icons + +If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github. + +## Quick start + +We only accept issues that are icon requests, bug reports, or feature requests. +Bugs must be isolated and reproducible problems that we can fix within the Gov Icons framework. + +* [Request a new icon](https://github.com/540co/govicons/issues/new?title=Icon%20request:%20icon-name&template=icon-request.md) +* [Submit a bug report](https://github.com/540co/govicons/issues/new?template=bug-report.md) + +## Requesting new icons + +- Title your new issue Icon request: icon-name (e.g., Icon request: icon-drone). +- Include a few use cases for your requested icon. How do you plan on using it? + +## Key branches + +- `master` is the latest, deployed version + +## Pull requests + +- At the moment we are not accepting pull requests containing icons +- Try to share which browsers your code has been tested in before submitting a pull request diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f140819 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +- Gov Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) +- Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html) +- Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/) diff --git a/README.md b/README.md index 70aaa8c..7ed1943 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -## Gov Icons +

+ Gov Icons Logo +

-*Version 1.4.0* +

+npm version Bower version +

-**A Government font and CSS toolkit, inspired by [Font-Awesome](http://fontawesome.io)**. +

A Government font and CSS toolkit, inspired by Font-Awesome.

+ +--- Gov Icons is a icon font and CSS toolkit with 129 government themed icons, for easy scalable vector graphics on projects that needs government based icons. Gov Icons is created and maintained by [540](http://540.co). @@ -37,13 +43,7 @@ Get started and learn how to use Gov Icons at ! - Looking for older versions of Gov Icons? Check the [releases](https://github.com/540co/govicons/releases). ## Contributing - -If you want to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to submit an issue. - -#### Requesting new icons - -- Title your new issue Icon request: icon-name (e.g., Icon request: icon-vote). -- Include a few use cases for your requested icon. How do you plan on using it? +Please read through our [contributing guidelines](./CONTRIBUTING.md). Included are directions for opening issues. ## Licensing diff --git a/bower.json b/bower.json index 786fc57..6ea8289 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "govicons", "description": "Govicons - Government font and CSS toolkit", - "version": "1.4.0", + "version": "1.4.1", "keywords": [ "government", "font", @@ -26,6 +26,7 @@ "*.yml", "Gemfile", "Gemfile.lock", - "*.md" + "*.md", + "./assets" ] } diff --git a/css/govicons.css b/css/govicons.css index 068a0a1..c2d6fe8 100755 --- a/css/govicons.css +++ b/css/govicons.css @@ -1,5 +1,5 @@ /* - * Govicons v1.4.0 by @540co - https://github.com/540co/govicons - @540co + * Govicons v1.4.1 by @540co - https://github.com/540co/govicons - @540co * License (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH diff --git a/less/govicons.less b/less/govicons.less index 1147351..f7d3ba0 100644 --- a/less/govicons.less +++ b/less/govicons.less @@ -1,5 +1,5 @@ /*! - * Govicons v1.4.0 by @540co - https://github.com/540co/govicons - @540co + * Govicons v1.4.1 by @540co - https://github.com/540co/govicons - @540co * License (Font: SIL OFL 1.1, CSS: MIT License) */ diff --git a/package.json b/package.json index 1af3f7a..bf6e5cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "govicons", "description": "Govicons - Government font and CSS toolkit", - "version": "1.4.0", + "version": "1.4.1", "style": "css/govicons.css", "keywords": ["gov", "icons", "Govicons", "icon", "font", "bootstrap"], "homepage": "http://govicons.io/", diff --git a/scss/_screen_reader.scss b/scss/_screen-reader.scss similarity index 100% rename from scss/_screen_reader.scss rename to scss/_screen-reader.scss diff --git a/scss/govicons.scss b/scss/govicons.scss index b7a7156..689ae90 100644 --- a/scss/govicons.scss +++ b/scss/govicons.scss @@ -1,5 +1,5 @@ /*! - * Govicons v1.4.0 by @540co - https://github.com/540co/govicons - @540co + * Govicons v1.4.1 by @540co - https://github.com/540co/govicons - @540co * License (Font: SIL OFL 1.1, CSS: MIT License) */