Skip to content

Commit 259702e

Browse files
committed
GPI-1396 Add issue templates and external links
1 parent b96c553 commit 259702e

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: GOG GALAXY 2.0 issue
4+
url: https://mantis2.gog.com/
5+
about: Report issues related to GOG GALAXY 2.0, official integrations or the whole ecosystem
6+
- name: Platform ID request
7+
url: https://github.com/gogcom/galaxy-integrations-python-api/issues/160
8+
about: Report missing platform id
9+
- name: Community integrations
10+
url: https://github.com/Mixaill/awesome-gog-galaxy
11+
about: Find integrations and their maintainers, request new integrations or report issues related to unofficial integrations.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: API issue
3+
about: Report a bug or problem with current API architecture
4+
5+
---
6+
7+
**Problem**
8+
<!-- Describe the problem you faced. -->
9+
10+
**Solution**
11+
<!-- Describe the solution you'd like. -->
12+
13+
**Alternatives**
14+
<!-- Optionally describe possible alternatives or current workarounds if any. -->

0 commit comments

Comments
 (0)