Skip to content

Commit

Permalink
Merge pull request #9 from eryajf/feat_cloudflare
Browse files Browse the repository at this point in the history
add readme
  • Loading branch information
eryajf authored Sep 4, 2024
2 parents 5353fc6 + 6b649d4 commit fae921a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
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: 待实现

0 comments on commit fae921a

Please sign in to comment.