From b465102e7f93769d8cf5c3164c23dbabb42caee1 Mon Sep 17 00:00:00 2001 From: Ava Stancu Date: Fri, 18 Nov 2022 16:07:59 +0100 Subject: [PATCH] Updated info on process for requesting features and enhancements (#2259) --- README.md | 2 +- docs/contribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a534eeb32..7b7946426 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ Runner releases: ## Contribute -We accept contributions in the form of issues and pull requests. [Read more here](docs/contribute.md) before contributing. +We accept contributions in the form of issues and pull requests. The runner typically requires changes across the entire system and we aim for issues in the runner to be entirely self contained and fixable here. Therefore, we will primarily handle bug issues opened in this repo and we kindly request you to create all feature and enhancement requests on the [GitHub Feedback](https://github.com/community/community/discussions/categories/actions-and-packages) page. [Read more about our guidelines here](docs/contribute.md) before contributing. diff --git a/docs/contribute.md b/docs/contribute.md index bb046f4cb..70ec61154 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -1,6 +1,6 @@ # Contributions -We welcome contributions in the form of issues and pull requests. We view the contributions and the process as the same for github and external contributors. +We welcome contributions in the form of issues and pull requests. We view the contributions and the process as the same for github and external contributors.Please note the runner typically requires changes across the entire system and we aim for issues in the runner to be entirely self contained and fixable here. Therefore, we will primarily handle bug issues opened in this repo and we kindly request you to create all feature and enhancement requests on the [GitHub Feedback](https://github.com/community/community/discussions/categories/actions-and-packages) page. > IMPORTANT: Building your own runner is critical for the dev inner loop process when contributing changes. However, only runners built and distributed by GitHub (releases) are supported in production. Be aware that workflows and orchestrations run service side with the runner being a remote process to run steps. For that reason, the service can pull the runner forward so customizations can be lost.