From b1104191621b9c89d223b8ea1a1cbdbf8e81258f Mon Sep 17 00:00:00 2001 From: Ashish Karhade Date: Tue, 29 Apr 2025 18:12:40 +0530 Subject: [PATCH] update CONTRIBUTING.md and github ISSUE_TEMPLATE (#30862) Automatic Merge --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- CONTRIBUTING.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5910b492bc0..21a2f1e1ce8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,11 +16,11 @@ body: required: true - label: This issue reproduces on one of the [currently supported server versions](https://docs.mattermost.com/about/mattermost-server-releases.html#latest-releases). required: true - - label: I have read the [contribution guidelines](https://github.com/mattermost/mattermost/blob/master/CONTRIBUTING.md). + - label: I have read the [contribution guidelines](https://github.com/mattermost/mattermost/blob/master/CONTRIBUTING.md) and the [Mattermost Handbook Contribution Guidelines](https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines). required: true - type: input attributes: - label: Mattermost Server Version + label: Mattermost Server Version description: | What version of the Mattermost server are you using? You can find it by going to [Main Menu] > [About Mattermost]. validations: @@ -61,4 +61,4 @@ body: - type: textarea attributes: label: Additional Information - description: If you have anything else to add to the ticket, you may do so here. + description: If you have anything else to add to the ticket, you may do so here. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b614781fc5..5d995045ce7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,6 @@ Thank you for your interest in contributing! Please see the [Mattermost Contribution Guide](https://developers.mattermost.com/contribute/getting-started/) which describes the process for making code contributions across Mattermost projects and [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) to ask questions from community members and the Mattermost core team. +In addition, we recommend reviewing the [Contribution Guidelines](https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines) in the Mattermost Handbook, which provide comprehensive best practices and expectations for contributors. + When you submit a pull request, it goes through a [code review process outlined here](https://developers.mattermost.com/contribute/getting-started/code-review/).