From 90bbba544669d38c36ee2844fa504a193cf92c6c Mon Sep 17 00:00:00 2001 From: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:59:11 -0800 Subject: [PATCH] updates for ga --- .github/ISSUE_TEMPLATE/support.md | 11 ----------- Contributing.md | 4 ++-- LICENSE | 2 +- Readme.md | 2 -- 4 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index c1be97e..0000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Request support -about: Request support or assistance -title: "" -labels: support -assignees: "" ---- - -## Description - -Please provide any information that will help us troubleshoot your issue. This includes the platform you're using, any error messages, etc. diff --git a/Contributing.md b/Contributing.md index d4d87b8..bbdda7f 100644 --- a/Contributing.md +++ b/Contributing.md @@ -8,6 +8,6 @@ Please note that this project is released with a [Contributor Code of Conduct](C Here's some helpful notes on how to contribute to this project, including details on how to get started working with the codebase. -## How to submit a bug or request a feature +## How to offer feedback or make a feature request -If you think you've found a bug or have a great idea for new functionality please create an Issue in the [repo](https://github.com/actions/importer-issue-ops/issues/new). +If you would like to offer feedback or have a great idea for new functionality, please create a new discussion [here](https://github.com/actions/importer-issue-ops/discussions/new/choose). diff --git a/LICENSE b/LICENSE index fac6e63..545898a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 GitHub +Copyright (c) 2023 GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Readme.md b/Readme.md index 80b2ce5..4a1c9b7 100644 --- a/Readme.md +++ b/Readme.md @@ -8,8 +8,6 @@ The GitHub Actions Importer IssueOps repository demonstrates the functionality n - `dry-run`: A dry run will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and write a file (or files) to disk containing the converted workflow. - `migrate`: A migration will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and open a pull request to a repository with the converted workflow. -> **Note**: GitHub Actions Importer is currently available as a public preview. Visit the [sign up page](https://github.com/features/actions-importer/signup) to request access to the preview. - ## Getting started Complete the following steps: