From 6f6b59892f6b69f5595ba9dac09a631ff45017f1 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Mon, 12 Aug 2024 10:56:43 +0200 Subject: [PATCH] SE: remove CONTRIBUTING.md (#182) If we want such a file, it should be in the repo top-level. Removing the newly-generated packages/opa/CONTRIBUTING.md --- packages/opa/.genignore | 1 + packages/opa/CONTRIBUTING.md | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 packages/opa/CONTRIBUTING.md diff --git a/packages/opa/.genignore b/packages/opa/.genignore index 3cb46d8c..f3141342 100644 --- a/packages/opa/.genignore +++ b/packages/opa/.genignore @@ -3,3 +3,4 @@ LICENSE /src/index.ts /.eslintrc.js /.npmignore +CONTRIBUTING.md diff --git a/packages/opa/CONTRIBUTING.md b/packages/opa/CONTRIBUTING.md deleted file mode 100644 index d585717f..00000000 --- a/packages/opa/CONTRIBUTING.md +++ /dev/null @@ -1,26 +0,0 @@ -# Contributing to This Repository - -Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements. - -## How to Report Issues - -If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes: - -- A clear and descriptive title -- Steps to reproduce the issue -- Expected and actual behavior -- Any relevant logs, screenshots, or error messages -- Information about your environment (e.g., operating system, software versions) - - For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed - -## Issue Triage and Upstream Fixes - -We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code. - -## Contact - -If you have any questions or need further assistance, please feel free to reach out by opening an issue. - -Thank you for your understanding and cooperation! - -The Maintainers