Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add readme #9

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 🐛 错误报告 | Bug Report
about: 请详细描述您使用过程中遇到的问题。| Please describe in detail the problems you encountered in the process of using.
title: "🐛 一些问题。。。 | [Bug] Some problem..."
labels: ["bug"]
---

<!-- 请在您提交 bug 之前,回答以下这些问题。 | Please answer these questions before you submit a bug. -->

#### 您使用的版本? | Your usage version?

执行 cloud_dns_exporter -v 可以查看当前版本。 | Execute cloud_densexporter-v to view the current version.

#### 您做了什么操作? | What did you do?

#### 您遇到了什么问题? | What are your problems?

#### 您期望的结果是怎样的? | What is your expected outcome?

使用时遇到问题的同学,请扫描下方二维码加微信群,以便于快速交流:

![](https://t.eryajf.net/imgs/2024/09/1725409085035.webp)
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 🚀 功能请求 | Feature Request
about: 请详细描述您期望的功能。 | Please describe in detail the features you expect.
title: "🚀 一些功能。。。 | [Feature]Some feature..."
labels: ["enhancement"]
---

<!-- 请在您提交期望的功能之前,回答以下这些问题。 | Please answer these questions before you submit the desired feature. -->

#### 想要增加的服务商? | 1. Service providers that want to increase?

#### 相关的一些可供开发者参考的资料? | 2. Some relevant materials for developers to refer to?

官网、接口、SDK(如有)地址等。

提交功能请求的同学,请扫描下方二维码加微信群,以便于快速交流:

![](https://t.eryajf.net/imgs/2024/09/1725409085035.webp)
3 changes: 3 additions & 0 deletions pkg/provider/cloudflare.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package provider

// TODO: 待实现
3 changes: 3 additions & 0 deletions pkg/provider/dnsla.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package provider

// TODO: 待实现
Loading