From e8be09f3bd7c9345236ef39864ce9f8a927362d6 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 29 Oct 2022 13:31:03 +0800 Subject: [PATCH] refactor(nc-plugin): remove unnecessary .github directory --- packages/nc-plugin/.github/CONTRIBUTING.md | 3 --- packages/nc-plugin/.github/ISSUE_TEMPLATE.md | 9 --------- packages/nc-plugin/.github/PULL_REQUEST_TEMPLATE.md | 7 ------- 3 files changed, 19 deletions(-) delete mode 100644 packages/nc-plugin/.github/CONTRIBUTING.md delete mode 100644 packages/nc-plugin/.github/ISSUE_TEMPLATE.md delete mode 100644 packages/nc-plugin/.github/PULL_REQUEST_TEMPLATE.md diff --git a/packages/nc-plugin/.github/CONTRIBUTING.md b/packages/nc-plugin/.github/CONTRIBUTING.md deleted file mode 100644 index 5ac541a7c7..0000000000 --- a/packages/nc-plugin/.github/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Example Contributing Guidelines - -This is an example of GitHub's contributing guidelines file. Check out GitHub's [CONTRIBUTING.md help center article](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) for more information. diff --git a/packages/nc-plugin/.github/ISSUE_TEMPLATE.md b/packages/nc-plugin/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 5863654bdc..0000000000 --- a/packages/nc-plugin/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -- **I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question about the decisions made in the repository - [ ] question about how to use this project - -- **Summary** - -- **Other information** (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.) diff --git a/packages/nc-plugin/.github/PULL_REQUEST_TEMPLATE.md b/packages/nc-plugin/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e04147782f..0000000000 --- a/packages/nc-plugin/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ -- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) - -- **What is the current behavior?** (You can also link to an open issue here) - -- **What is the new behavior (if this is a feature change)?** - -- **Other information**: