diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 153cc06d..133f8133 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@

Contributing to Devicon

-First of all, thanks for taking the time to contribute! This project can only grow and live by your countless contributions. To keep this project maintable we developed some guidelines for contributions. +First of all, thanks for taking the time to contribute! This project can only grow and live by your countless contributions. To keep this project maintainable, we have developed some guidelines for our contributors.

Table of Content

@@ -15,6 +15,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
  • Requesting An Icon
  • Maintainer/Reviewer/Teams
  • Regarding the Build Script
  • +
  • Discord server

  • @@ -299,3 +300,8 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
  • Comment on the PR so maintainers don't have to manually upload icon result.
  • Publishing a new release to npm; See #288
  • + +

    Discord server

    +

    +We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ. If you don't have a GitHub account but want to suggest ideas or new icons, you can do that here in our Discord channel. +

    diff --git a/README.md b/README.md index 4ac6b4ca..5ae052df 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ Add css rules in your stylesheet After a pull request has been open for over 30 days with no activity or response from the author, it'll be automatically marked as stale. We might fork your changes and merge the changes ourselves. Since GitHub tracks contributions by commits, you will be credited.

    +

    Discord server

    +

    +We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ. +

    +

    Go build yourself

    Feel free to follow those steps when you want to build the font diff --git a/docs/assets/css/discord-logo.svg b/docs/assets/css/discord-logo.svg new file mode 100644 index 00000000..08daae68 --- /dev/null +++ b/docs/assets/css/discord-logo.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 1c1d2ae2..2c4bb129 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -8,6 +8,14 @@ html { *, *::after, *::before { box-sizing: inherit; } +.discord-logo:before { + content: ""; + background-image: url("discord-logo.svg"); + height: 40px; + width: 40px; + display: inline-block; + background-size: cover; +} .icon-brush:before { content: "\e600"; } diff --git a/docs/index.html b/docs/index.html index 98aed988..8c9dec6b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,17 +88,20 @@ -

    Github Repo

    -
    If you prefer a local install, you can download all the files on the github repo.
    +

    GitHub repository

    +
    If you prefer a local install, you can download all the files on the GitHub repository.

    DOWNLOAD

    - GO TO REPO + GO TO THE REPOSITORY

    CONTRIBUTE

    +

    + DISCORD SERVER +