From bb8d7618a16308cec4c5de6dafc1aa4292dbc28c Mon Sep 17 00:00:00 2001 From: Milana Cap Date: Sat, 23 May 2026 20:20:12 +0200 Subject: [PATCH 1/3] Create issue template for website problems Add a template for reporting issues on the FAIR documentation website. Signed-off-by: Milana Cap --- .github/ISSUE_TEMPLATE/website-issue.yml | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/website-issue.yml diff --git a/.github/ISSUE_TEMPLATE/website-issue.yml b/.github/ISSUE_TEMPLATE/website-issue.yml new file mode 100644 index 0000000..d30cd07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website-issue.yml @@ -0,0 +1,50 @@ +# Report issues from the docs.fair.pm website + +name: Website problem +description: Report a problem with the FAIR documentation website +title: "[Website]: " +labels: ["website", "documentation", "triage"] +body: + - type: markdown + attributes: + value: | + Thanks for reporting a problem with the FAIR docs website. + + - type: dropdown + id: problem_type + attributes: + label: What kind of problem is this? + options: + - Accessibility issue + - Broken link + - Incorrect or outdated content + - Missing information + - Website bug + - Search/navigation problem + - Other + validations: + required: true + + - type: input + id: page_url + attributes: + label: Page URL + description: Paste the page where you noticed the problem. + placeholder: https://docs.fair.pm/... + validations: + required: false + + - type: textarea + id: description + attributes: + label: What happened? + description: Describe the issue or inquiry. + validations: + required: true + + - type: textarea + id: expected + attributes: + label: What did you expect? + validations: + required: false From 179c6c94140812f387f369fc664fddc8d4904ffc Mon Sep 17 00:00:00 2001 From: Milana Cap Date: Sat, 23 May 2026 20:27:56 +0200 Subject: [PATCH 2/3] Add a link to reporting an issue. Signed-off-by: Milana Cap --- docs/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0852664..b9793d9 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -119,6 +119,10 @@ const config = { label: 'About this documentation', to: 'about', }, + { + label: 'Found an issue? Report it here', + href: 'https://github.com/fairpm/docs/issues/new?template=website-issue.yml', + }, { label: 'Docs GitHub repo', href: 'https://github.com/fairpm/docs', From 8f7da8e9c0693f561e3eb30a1e6f40692c1f249c Mon Sep 17 00:00:00 2001 From: Milana Cap Date: Sat, 23 May 2026 20:38:11 +0200 Subject: [PATCH 3/3] Making a stupid change to check the sign off. Signed-off-by: Milana Cap --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index b9793d9..600cb74 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -77,7 +77,7 @@ const config = { navbar: { title: 'FAIR Documentation', // logo: { - // alt: 'My Site Logo', + // alt: 'FAIR Logo', // src: 'img/logo.svg', // }, items: [