From ca09f9a158062e2d589a4b559e4950dd13663ade Mon Sep 17 00:00:00 2001 From: virgile-dev Date: Thu, 17 Jul 2025 11:58:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(contributing)=20update=20contribut?= =?UTF-8?q?ing=20policy=20(#1192)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Purpose Update the issue template to help contributors Please ensure the following items are checked before submitting your pull request: - [x] I have read and followed the [contributing guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md) - [x] I have read and agreed to the [Code of Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md) - [x] I have signed off my commits with `git commit --signoff` (DCO compliance) - [x] I have signed my commits with my SSH or GPG key (`git commit -S`) - [x] My commit messages follow the required format: `(type) title description` - [ ] I have added a changelog entry under `## [Unreleased]` section (if noticeable change) - [ ] I have added corresponding tests for new features or bug fixes (if applicable) --------- Signed-off-by: virgile-dev --- .github/ISSUE_TEMPLATE.md | 6 ------ .github/ISSUE_TEMPLATE/Bug_report.md | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 24e79d04..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 059dffa3..28f6a0b8 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -6,6 +6,10 @@ labels: ["bug", "triage"] ## Bug Report +**Before you file your issue** +- Check the other [issues](https://github.com/suitenumerique/docs/issues) before filing your own +- If your report is related to the ([BlockNote](https://github.com/TypeCellOS/BlockNote)) text editor, [file it on their repo](https://github.com/TypeCellOS/BlockNote/issues). If you're not sure whether your issue is with BlockNote or Docs, file it on our repo: if we support it, we'll backport it upstream ourselves 😊, otherwise we'll ask you to do so. + **Problematic behavior** A clear and concise description of the behavior.