Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 141b553

Browse files
authored
chore: Add issues / pull requests templates (#67)
1 parent 7e72fca commit 141b553

File tree

6 files changed

+107
-0
lines changed

6 files changed

+107
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: Antiz96
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: Antiz96
7+
8+
---
9+
10+
<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->
11+
12+
### Environment
13+
14+
<!-- Please, provide the following information
15+
The distrobox version can be retrieved by running `distrobox --version`
16+
The docker version can be retrieved by running `docker --version`
17+
The podman version can be retrieved by running `podman --version`
18+
The Ankama Launcher Container version can be retrieved by running `docker images` or `podman images` -->
19+
20+
- distrobox version:
21+
- docker / podman version:
22+
- Ankama Launcher Container version:
23+
24+
### Description of the bug
25+
26+
<!-- Describe the issue you're facing -->
27+
28+
### Screenshots / Logs
29+
30+
<!-- If you have any screenshots to illustrate the issue or any relevant logs, paste them below -->
31+
32+
```text
33+
Paste any relevant logs here (if you have some)
34+
```
35+
36+
### Additional context
37+
38+
<!-- If you have any additional context or details about your issue that could help solving it, provide them here -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Contributing guidelines
4+
url: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md
5+
about: Please, read the contributing guidelines before opening an issue
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea or a new feature
4+
title: ''
5+
labels: feature/request
6+
assignees: Antiz96
7+
8+
---
9+
10+
<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->
11+
12+
### Description
13+
14+
<!-- Describe your idea or the new feature you would like to see implemented -->
15+
16+
### Motivation and context
17+
18+
<!-- Provide some details about the motivation and/or the context of your request
19+
For instance: Why is this feature required/beneficial? What problem does it solve? ...
20+
If it addresses an opened issue, please link to the issue here -->
21+
22+
### Screenshots / Logs
23+
24+
<!-- If you have any screenshots to illustrate your request or any relevant logs, paste them below -->
25+
26+
```text
27+
Paste any relevant logs here (if you have some)
28+
-```

.github/ISSUE_TEMPLATE/other.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other
3+
about: Ask a general question or provide a feedback
4+
title: ''
5+
labels: 'question/feedback'
6+
assignees: Antiz96
7+
8+
---
9+
10+
<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Please, read the contributing guidelines before opening a pull request: https://github.com/Antiz96/arch-update/blob/main/CONTRIBUTING.md -->
2+
3+
### Description
4+
5+
<!-- Describe your changes -->
6+
7+
### Screenshots / Logs
8+
9+
<!-- If you have any screenshots to illustrate your changes or any relevant logs, paste them below -->
10+
11+
```text
12+
Paste any relevant logs here (if you have some)
13+
```
14+
15+
### Fixed bug
16+
17+
<!-- If this pull request is fixing an opened bug report, paste the corresponding issue URL below -->
18+
19+
Fixes "issue_URL" (if any)
20+
21+
### Addressed feature request
22+
23+
<!-- If this pull request is addressing an opened feature request, paste the corresponding issue URL below -->
24+
25+
Closes "issue_URL" (if any)

0 commit comments

Comments
 (0)