From be049afdfce0912334d9839314adcca0131d189d Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 22 Jan 2025 15:51:54 +0100 Subject: [PATCH] chore: Add issues / pull requests templates --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/bug-report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature-request.md | 28 +++++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 10 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++ 6 files changed, 107 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a38290d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: Antiz96 diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..d9c5a6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,38 @@ +--- +name: Bug Report +about: Report a bug +title: '' +labels: bug +assignees: Antiz96 + +--- + + + +### Environment + + + +- distrobox version: +- docker / podman version: +- Ankama Launcher Container version: + +### Description of the bug + + + +### Screenshots / Logs + + + +```text +Paste any relevant logs here (if you have some) +``` + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..140444f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..336f7e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,28 @@ +--- +name: Feature Request +about: Suggest an idea or a new feature +title: '' +labels: feature/request +assignees: Antiz96 + +--- + + + +### Description + + + +### Motivation and context + + + +### Screenshots / Logs + + + +```text +Paste any relevant logs here (if you have some) +-``` diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..e4cc230 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: Other +about: Ask a general question or provide a feedback +title: '' +labels: 'question/feedback' +assignees: Antiz96 + +--- + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d2348a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + +### Description + + + +### Screenshots / Logs + + + +```text +Paste any relevant logs here (if you have some) +``` + +### Fixed bug + + + +Fixes "issue_URL" (if any) + +### Addressed feature request + + + +Closes "issue_URL" (if any)