diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c9cffc0d..77d556562 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,9 @@ First of all, thanks for taking the time to contribute! This project can only gr
devicon.json/iconsdevicon.json to include the new Icon develop branch for each Icon.new icon: Icon name (versions) peek-bot to check your icons.Note: Due to our recent bot upgrades, icon contributors don't have to optimize/minify their SVGs anymore!
+ Sometimes, a company will update their logo or someone spotted an error in the SVG/icon that needs to be fixed. This means the current icon in our repository might need an update. The steps to do this is simple: +
+update icon: icon-name (versions). Basically, follow the Overview on Submitting Icon but replace the new with update in name of request with the above.
+ @@ -410,13 +433,6 @@ As an example, let's assume you have created the SVGs for Redhat and Amazon Web
bot-peek script compares the devicon.json and icomoon.json to limit the icon uploading process. An update in the repo won't change anything in the devicon.json and icomoon.json so the script would report that nothing is found.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. -Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub. +The Discord server is unofficial, and Devicons is still being maintained via GitHub.
#504 as an example).
python ./.github/scripts/get_release_message.py $GITHUB_TOKEN locally. Pass in your GitHub Personal Access Token for $GITHUB_TOKEN and you should see the messages. You can also use the `workflow_dispatch` trigger in the GitHub Actions tab.
+ We now have a script that will do this for us. Check the `build-bot`'s PR message in the last step. There should be a section where it displays the features that have been added to the release. You can copy the markdown there and use it for the release message.
develop vs master- We are happy for every contribution. Please have a look at our contribution guidelines - to see how you can contribute to this project. + We are happy for every contribution, whether it's new icons, features, or maintainers. Please have a look at our contribution guidelines to see how you can contribute to this project.
--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. +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. +Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.
-develop vs master
-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.
-Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.
+All official releases shall be in master. Any updates in between (icons, features, etc.) will be kept in develop.
+
develop contains:
+master contains:
++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.