Skip to content

Commit 00e183a

Browse files
authored
chore: Disable issues (#1301)
#### Summary <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> <!-- Explain what problem this PR addresses --> --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑‍🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
1 parent 5dd5739 commit 00e183a

File tree

3 files changed

+8
-90
lines changed

3 files changed

+8
-90
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: CloudQuery Central Issues Tracker
4+
url: https://github.com/cloudquery/cloudquery/issues
5+
about: Please file any issue with regards to any of CloudQuery repo in the main repository with the right labels.
6+
- name: CloudQuery Discord Support
7+
url: https://cloudquery.io/discord/discord
8+
about: Join our discord to get live support from us and the community.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)