-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8,427 changed files
with
116,399 additions
and
89,660 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
root = true | ||
|
||
[*] | ||
[*.{json,md,py,svg,yml}] | ||
end_of_line = lf | ||
charset = utf-8 | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.json] | ||
insert_final_newline = false | ||
[*.{md,yml}] | ||
indent_size = 2 | ||
|
||
[*.svg] | ||
indent_size = 1 | ||
|
||
[*.{py,json}] | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: 🐛 Core Bug Report | ||
about: Report an issue with the Core scripts and documentation | ||
title: '' | ||
labels: [bug, script] | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This bug report is just for issues with Core (that's the Python code and its documentation) | ||
Please file issues with packaging in the theme's respective repo: | ||
- numix-icon-theme (base): https://github.com/numixproject/numix-icon-theme | ||
- numix-icon-theme-circle: https://github.com/numixproject/numix-icon-theme-circle | ||
- numix-icon-theme-square: https://github.com/numixproject/numix-icon-theme-square | ||
For issues with icons please use the relevant issue template. | ||
--> | ||
|
||
## Info | ||
<!-- Give the operating system / Linux distro on which you're experiencing the problem. --> | ||
Platform: SYSTEM v0.0 | ||
<!-- If the bug relates to some specific external software, specify it and its version here --> | ||
Related software Version: SOFTWARE v0.0 | ||
|
||
## Problem | ||
<!-- Give a brief description of the problem you're having. --> | ||
PROBLEM_HERE | ||
|
||
## To Reproduce | ||
<!-- If applicable, let us know what steps we should take to reproduce the error. --> | ||
1. Do this, | ||
2. Then that, | ||
3. ??? | ||
4. Bug | ||
|
||
## Screenshots | ||
<!-- If applicable attach any screenshots demonstrating the problem. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: 🐛 Icon Bug Report | ||
about: Report an issue with an icon | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
This bug report is just for issues with the icon files (e.g. we've accidentally pushed an | ||
invalid SVG file like we did here: https//github.com/numixproject/numix-icon-theme/issues/1405). | ||
For icon requests and enhancements please use their respective issue templates. | ||
Please file issues with packaging in the theme's respective repo: | ||
- numix-icon-theme (base): https://github.com/numixproject/numix-icon-theme | ||
- numix-icon-theme-circle: https://github.com/numixproject/numix-icon-theme-circle | ||
- numix-icon-theme-square: https://github.com/numixproject/numix-icon-theme-square | ||
For issues with core use the Core Bug Report issue template. | ||
--> | ||
|
||
## Info | ||
<!-- Give the operating system / Linux distro on which you're experiencing the problem. --> | ||
Platform: SYSTEM v0.0 | ||
<!-- If the bug relates to some specific external software, specify it and its version here --> | ||
Related Software: SOFTWARE v0.0 | ||
|
||
## Affected Icons | ||
<!-- List the icons which are affected by this bug. --> | ||
- [ ] ICON_1 | ||
- [ ] ICON_2 | ||
- [ ] ICON_3 | ||
|
||
## Problem | ||
<!-- Give a brief description of the problem you're having. --> | ||
PROBLEM_HERE | ||
|
||
## To Reproduce | ||
<!-- If applicable, let us know what steps we should take to reproduce the error. --> | ||
|
||
1. DO THIS | ||
2. THEN THAT | ||
3. ??? | ||
4. BUG | ||
|
||
## Screenshots | ||
<!-- If applicable attach any screenshots demonstrating the problem. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: ✨ Improve an existing icon | ||
about: Request a change to an existing icon | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Give the name of the icon you'd like improving https://github.com/numixproject/numix-core/find/master --> | ||
Icon name: `APP_ICON_NAME` | ||
|
||
<!-- Give a brief explanation of why this icon needs changing. --> | ||
Explanation: `APP_DESCRIPTION` | ||
|
||
<!-- Upload a screenshot or copy of the original icon the app used in its launcher. --> | ||
Original icon: | ||
|
||
![original](https://cloud.githubusercontent.com/assets/5920259/25233502/e8d0afd4-25d6-11e7-9182-b4102e40ae5a.png) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: 🖌️ Chrome App Icon Request | ||
about: Request a missing icon for a Chrome webapp | ||
title: '' | ||
labels: linux | ||
assignees: '' | ||
|
||
--- | ||
<!-- Give the name of the app you would like an icon for. --> | ||
App name: `APPLICATION_NAME` | ||
|
||
<!-- Please provide a link to the app on the https://chrome.google.com/webstore --> | ||
Icon name: `APP_ICON_NAME` | ||
|
||
<!-- Upload a screenshot or copy of the original icon the app used in its launcher. --> | ||
Original icon: | ||
|
||
![original](https://cloud.githubusercontent.com/assets/5920259/25233502/e8d0afd4-25d6-11e7-9182-b4102e40ae5a.png) | ||
|
||
<!-- Give a brief description of the app and what it does. --> | ||
Description: `APP_DESCRIPTION` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: 🖌️ Linux Icon Request | ||
about: Request a missing icon for a standard Linux app | ||
title: '' | ||
labels: linux | ||
assignees: '' | ||
|
||
--- | ||
<!-- Give the name of the app you would like an icon for and a link to its official website or source code. --> | ||
App name: `APPLICATION_NAME`, `APP_WEBSITE` | ||
|
||
<!-- We need the icon name given in the app's .desktop launcher, shown in the line beginning `Icon=` --> | ||
Icon name: `APP_ICON_NAME` | ||
|
||
<!-- In some cases we also need to know the filename of the launcher --> | ||
Desktop filename: `APP_LAUNCHER.desktop` | ||
|
||
<!-- Upload a screenshot or copy of the original icon the app used in its launcher. --> | ||
Original icon: | ||
|
||
![original](https://cloud.githubusercontent.com/assets/5920259/25233502/e8d0afd4-25d6-11e7-9182-b4102e40ae5a.png) | ||
|
||
<!-- Give a brief description of the app and what it does. --> | ||
Description: `APP_DESCRIPTION` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: 🖌️ Steam Game Icon Request | ||
about: Request a missing icon for a Steam Game | ||
title: '' | ||
labels: linux | ||
assignees: '' | ||
|
||
--- | ||
<!-- Give the name of the game you would like an icon for. --> | ||
Game name: `GAME_NAME` | ||
|
||
<!-- For Steam games we need the app ID that Steam uses to identify the game. Luckily these are easy to find, you can just search SteamDB and it's the very first entry on each page (for example, Team Fortress 2 is https://steamdb.info/app/440). If this game comes with DLC, demos, alternative version, etc which have distinct app IDs please list them here also since they'll have distinct launchers (e.g. 3900 & 3990 are both Civilization IV). --> | ||
AppID: `STEAM_ID` | ||
|
||
<!-- Upload a screenshot or copy of the original icon the game used in its launcher. --> | ||
Original icon: | ||
|
||
![original](https://cloud.githubusercontent.com/assets/5920259/25233502/e8d0afd4-25d6-11e7-9182-b4102e40ae5a.png) | ||
|
||
<!-- Give a brief description of the game. --> | ||
Description: `GAME_DESCRIPTION` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: 🖌️ Windows Icon Request | ||
about: Request an icon for a Windows app run through WINE, etc | ||
title: '' | ||
labels: [hardcoded, wontfix] | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- IMPORTANT: we don't usually fulfill requests for Windows apps unless it's an obviously popular piece of software (e.g. Microsoft Word) or there's significant support behind the issue (usually 5+ people giving it a :+1:). That's partly because all apps run through WINE, Crossover, etc have hardcoded icons and partly because there are enough Linux, Android, and macOS apps to worry about without also worrying about Windows too. --> | ||
|
||
<!-- Give the name of the app you would like an icon for and a link to its official website or source code. --> | ||
App name: `APPLICATION_NAME`, `APP_WEBSITE` | ||
|
||
<!-- Upload a screenshot or copy of the original icon the app used in its launcher. --> | ||
Original icon: | ||
|
||
![original](https://cloud.githubusercontent.com/assets/5920259/25233502/e8d0afd4-25d6-11e7-9182-b4102e40ae5a.png) | ||
|
||
<!-- Give a brief description of the app and what it does. --> | ||
Description: `APP_DESCRIPTION` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"default": true, | ||
"line-length": false | ||
} |
Oops, something went wrong.