From 1f5ed87363f89535111aa2a7a661298fb03cbd05 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 12 Dec 2025 10:50:21 +0200 Subject: [PATCH] Add issue and PR template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/other.yml | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..9963654 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,15 @@ +name: Other +description: Any other question or issue + +body: +- type: textarea + attributes: + label: Issue + description: > + A clear and concise description of the question or issue + validations: + required: true +- type: markdown + attributes: + value: > + Thanks for contributing! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..aa44766 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ + + +- [ ] Closes #xxxx (Replace xxxx with the GitHub issue number, or delete line). +- [ ] Tests added and passed if fixing a bug or adding a new feature. + +### Description + +