From 0e17a72d522851421f21968b736c9e8117a8d2d2 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sat, 27 Jan 2024 11:19:48 +0700 Subject: [PATCH] fix: contributing links --- .github/CONTRIBUTING.md | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 09337663..7bedc063 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,15 +5,15 @@ Thanks for your interest in contributing to Pico CSS! Please take a moment to re ## Bug reports The [issue tracker]((https://github.com/picocss/pico/issues)) is the preferred channel for bug reports, but please respect the following restrictions: -- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/new?category=help) instead. -- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/new?category=ideas) instead. +- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/categories/help) instead. +- Please do not use the issue tracker for feature requests. [Suggest any ideas you have using our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas) instead. ## Pull requests Good pull requests, patches, improvements, and new features are a fantastic help. **Please ask first before starting work on any significant new features.** -We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/new?category=ideas). +We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas). [`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6cabc57b..4dad779b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Get Help - url: https://github.com/picocss/pico/discussions/discussions/new?category=help + url: https://github.com/picocss/pico/discussions/categories/help about: If you can't get something to work the way you expect, open a question in our discussion forums. - name: Feature Request - url: https://github.com/picocss/pico/discussions/discussions/new?category=ideas + url: https://github.com/picocss/pico/discussions/categories/ideas about: Suggest any ideas you have using our discussion forums. \ No newline at end of file