From 34af98638e8087aa226c799df6b28e45fc382177 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Mon, 28 Jun 2021 16:02:32 +0300 Subject: [PATCH] chore: remove unused files, rename the github action --- .github/ISSUE_TEMPLATE.md | 57 ------------------- .github/PULL_REQUEST_TEMPLATE.md | 6 -- ...reCliDeploy.yml => azureCliDeployMint.yml} | 2 +- 3 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md rename .github/workflows/{azureCliDeploy.yml => azureCliDeployMint.yml} (95%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 999d41e..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,57 +0,0 @@ - - -### Issue type - -**I'm submitting a ...** (check one with "x") - -* [ ] bug report -* [ ] feature request -* [ ] question about the decisions made in the repository - -### Issue description - -**Current behavior:** - - -**Expected behavior:** - - -**Steps to reproduce:** - - -**Related code:** - - -``` -insert short code snippets here -``` - -### Other information: - -**npm, node, OS, Browser** -``` - -``` - -**Angular, Nebular** -``` - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 4025ce6..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,6 +0,0 @@ -### Please read and mark the following check list before creating a pull request (check one with "x"): - - - [ ] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/ngx-admin/blob/master/CONTRIBUTING.md) guide. - - [ ] I read and followed the [New Feature Checklist](https://github.com/akveo/ngx-admin/blob/master/DEV_DOCS.md#new-feature-checklist) guide. - - #### Short description of what this resolves: diff --git a/.github/workflows/azureCliDeploy.yml b/.github/workflows/azureCliDeployMint.yml similarity index 95% rename from .github/workflows/azureCliDeploy.yml rename to .github/workflows/azureCliDeployMint.yml index e2100d6..fccb958 100644 --- a/.github/workflows/azureCliDeploy.yml +++ b/.github/workflows/azureCliDeployMint.yml @@ -1,4 +1,4 @@ -name: Deploy to demo (azure storage) +name: Deploy to demo-mint (azure storage) on: push: