Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add issues / pull requests templates #67

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: Antiz96
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug Report
about: Report a bug
title: ''
labels: bug
assignees: Antiz96

---

<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->

### Environment

<!-- Please, provide the following information
The distrobox version can be retrieved by running `distrobox --version`
The docker version can be retrieved by running `docker --version`
The podman version can be retrieved by running `podman --version`
The Ankama Launcher Container version can be retrieved by running `docker images` or `podman images` -->

- distrobox version:
- docker / podman version:
- Ankama Launcher Container version:

### Description of the bug

<!-- Describe the issue you're facing -->

### Screenshots / Logs

<!-- If you have any screenshots to illustrate the issue or any relevant logs, paste them below -->

```text
Paste any relevant logs here (if you have some)
```

### Additional context

<!-- If you have any additional context or details about your issue that could help solving it, provide them here -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Contributing guidelines
url: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md
about: Please, read the contributing guidelines before opening an issue
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Request
about: Suggest an idea or a new feature
title: ''
labels: feature/request
assignees: Antiz96

---

<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->

### Description

<!-- Describe your idea or the new feature you would like to see implemented -->

### Motivation and context

<!-- Provide some details about the motivation and/or the context of your request
For instance: Why is this feature required/beneficial? What problem does it solve? ...
If it addresses an opened issue, please link to the issue here -->

### Screenshots / Logs

<!-- If you have any screenshots to illustrate your request or any relevant logs, paste them below -->

```text
Paste any relevant logs here (if you have some)
-```
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other
about: Ask a general question or provide a feedback
title: ''
labels: 'question/feedback'
assignees: Antiz96

---

<!-- Please, read the contributing guidelines before opening an issue: https://github.com/Antiz96/Ankama-Launcher-Container/blob/main/CONTRIBUTING.md -->
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!-- Please, read the contributing guidelines before opening a pull request: https://github.com/Antiz96/arch-update/blob/main/CONTRIBUTING.md -->

### Description

<!-- Describe your changes -->

### Screenshots / Logs

<!-- If you have any screenshots to illustrate your changes or any relevant logs, paste them below -->

```text
Paste any relevant logs here (if you have some)
```

### Fixed bug

<!-- If this pull request is fixing an opened bug report, paste the corresponding issue URL below -->

Fixes "issue_URL" (if any)

### Addressed feature request

<!-- If this pull request is addressing an opened feature request, paste the corresponding issue URL below -->

Closes "issue_URL" (if any)