Skip to content

Commit cdc45ee

Browse files
authored
Merge pull request #1199 from boswelja/issue-picker
Add issue templates & links to other repos
2 parents 8e7e5bb + be97a21 commit cdc45ee

File tree

3 files changed

+111
-0
lines changed

3 files changed

+111
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. Pop!_OS 24.04]
28+
29+
**Additional context**
30+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: cosmic-applets
4+
url: https://github.com/pop-os/cosmic-applets/issues
5+
about: Concern all the applets living in the dock or the panel.
6+
7+
- name: cosmic-comp
8+
url: https://github.com/pop-os/cosmic-comp/issues
9+
about: Responsible for composing your windows on the screen. If you see issues with the tilling features or your multiple displays, this is likely the place to go.
10+
11+
- name: cosmic-edit
12+
url: https://github.com/pop-os/cosmic-edit/issues
13+
about: This is the issue tracker for COSMIC Text Editor. If you see issues with the text editor, report them here.
14+
15+
- name: cosmic-files
16+
url: https://github.com/pop-os/cosmic-files/issues
17+
about: This is the issue tracker for COSMIC Files. If you see issues while navigating files, this is the place to go.
18+
19+
- name: cosmic-settings
20+
url: https://github.com/pop-os/cosmic-settings/issues
21+
about: This is the issue tracker for COSMIC Settings. If you see issues while changing settings, this is the place to go.
22+
23+
- name: cosmic-store
24+
url: https://github.com/pop-os/cosmic-store/issues
25+
about: This is the issue tracker for COSMIC Store. If you see issues with the app store, report them here.
26+
27+
- name: cosmic-term
28+
url: https://github.com/pop-os/cosmic-term/issues
29+
about: This is the issue tracker for COSMIC Terminal. If you see issues with the terminal, report them here.
30+
31+
- name: cosmic-panel
32+
url: https://github.com/pop-os/cosmic-panel/issues
33+
about: Contains the code to manage the dock and panel applets. You can see it as the compositor of applets. It is also responsible to draw the panel and dock at the right place (bottom, left, ect..).
34+
35+
- name: cosmic-screenshot
36+
url: https://github.com/pop-os/cosmic-screenshot/issues
37+
about: This is the tool that help you take screenshots.
38+
39+
- name: cosmic-workspaces-epoch
40+
url: https://github.com/pop-os/cosmic-workspaces-epoch/issues
41+
about: Responsible for the workspace overview. If you have an issue with workspaces, this is the place to go.
42+
43+
- name: cosmic-greeter
44+
url: https://github.com/pop-os/cosmic-greeter/issues
45+
about: When your session is locked, or not opened yet, this is the window that will be shown. Basically the login screen.
46+
47+
- name: cosmic-osd
48+
url: https://github.com/pop-os/cosmic-osd/issues
49+
about: Cosmic on screen display. This is for example, the audio notification when you change the volume, or the brightness one.
50+
51+
- name: cosmic-applibrary
52+
url: https://github.com/pop-os/cosmic-applibrary/issues
53+
about: It is the application launched with super-a, that let you see what app are in your system, and launch them.
54+
55+
- name: cosmic-launcher
56+
url: https://github.com/pop-os/cosmic-launcher/issues
57+
about: Launched with the super key. It lets you search in your application, and display the result in a list.
58+
59+
- name: cosmic-bg
60+
url: https://github.com/pop-os/cosmic-bg/issues
61+
about: If you notice issues with the wallpaper, this is the place to go.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)