From e2b249f3300e02f4073640df98a2a33560750b76 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Sat, 18 Jan 2025 22:45:18 +0100 Subject: [PATCH] WIP-FIX: testing a possible solution for community page --- docs/contributing/{index.md => community.md} | 29 -------------------- mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) rename docs/contributing/{index.md => community.md} (80%) diff --git a/docs/contributing/index.md b/docs/contributing/community.md similarity index 80% rename from docs/contributing/index.md rename to docs/contributing/community.md index c3336a67..9db8ef18 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/community.md @@ -88,35 +88,6 @@ In this section, we guide your through AC processes. [discussion board]: https://github.com/ibois-epfl/augmented-carpentry/discussions -## Checklist - -Before interacting within the project, please take a moment to consider the -following questions. By doing so, you can ensure that you are using the correct -issue template and that you provide all necessary information when interacting -with our community. - -!!! warning "Issues, discussions, and comments are forever" - - Please note that everything you write is permanent and will remain - for everyone to read – forever. Therefore, please always be nice and - constructive, follow our contribution guidelines, and comply with our - [Code of Conduct]. - -### Before creating an issue - -- Are you using the appropriate issue template, or is there another issue - template that better fits the context of your request? - -- Have you checked if a similar bug report or change request has already been - created, or have you stumbled upon something that might be related? - -- Did your fill out every field as requested and did you provide all additional - information we maintainers need to comprehend your request? - -- The PR you want to open exists? It is always worthy to open a issue and discuss - opening of your PR and idea. - - ### Code of Conduct Our [Code of Conduct] outlines the expectation for all community members to diff --git a/mkdocs.yml b/mkdocs.yml index 56271cf5..931a2295 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -264,7 +264,7 @@ nav: - Tags: developer-guide/tags.md - Community: - - contributing/index.md + - contributing/community.md - Reporting a bug: contributing/reporting-a-bug.md - Reporting a docs issue: contributing/reporting-a-docs-issue.md - Adding tools or mounts: contributing/add-new-tool.md