This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git
The following commit(s) were added to refs/heads/master by this push:
new f13527edc github: move issue template to modern path
f13527edc is described below
commit f13527edca099ea8fb102702ecc78bf91b8a08ca
Author: alxndrsn <alxndrsn>
AuthorDate: Fri Nov 21 16:48:03 2025 +0000
github: move issue template to modern path
* current location is not being picked up when issues are reported at
https://github.com/apache/pouchdb/issues/new
* added basic "frontmatter" to achieve "✔️ checkmark in the community
profile checklist" per
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository
---
.github/ISSUE_TEMPLATE/bug_report.md | 0
ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/issue.md | 4 ++++
2 files changed, 4 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/issue.md
similarity index 93%
rename from ISSUE_TEMPLATE.md
rename to .github/ISSUE_TEMPLATE/issue.md
index 153614068..f5b6cfebc 100644
--- a/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/issue.md
@@ -1,3 +1,7 @@
+---
+name: Issue
+about: General issue or bug
+---
<!--
Hello! 👋
Thank you for opening an issue on PouchDB.