Add some places icons

This commit is contained in:
vinceliuice
2023-07-01 21:37:44 +08:00
parent 014d05979f
commit 147dd50c99
74 changed files with 1324 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
---
name: "[Icon request] [App name] [...]"
about: Request [App name] icons
title: ''
labels: ''
assignees: ''
---
**Tell me things about the app or icon**
1. App name: (e.g Firefox Browser)
2. App Webside: or App Github Homepage: (e.g www.firefox.com)
3. App icon name: (e.g firefox)
If you don't know the app name you can open the app desktop entry file,
and find the line: icon=[App icon name] (e.g icon=firefox),
the word after "icon=" is the App icon name.
But if "icon=" is followed by the specific path of an icon file, then this app will not use icon theme
icons. I generally dont create this kind of icon because this app does not use it.
**Additional context**
Add any other context or screenshots about the icon request here.

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Manjaro]
- App [e.g. Nautilus, Geary]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.