Joshua Avalon 6 лет назад
Родитель
Сommit
15e464fff9
6 измененных файлов с 46 добавлено и 32 удалено
  1. 1 17
      .gitattributes
  2. 1 0
      .github/FUNDING.yml
  3. 26 0
      .github/ISSUE_TEMPLATE/bug_report.md
  4. 18 0
      .github/ISSUE_TEMPLATE/feature_request.md
  5. 0 15
      ISSUE_TEMPLATE.md
  6. 0 0
      LICENCE

+ 1 - 17
.gitattributes

@@ -1,17 +1 @@
-# Auto detect text files and perform LF normalization
-* text=auto
-
-# Custom for Visual Studio
-*.cs     diff=csharp
-
-# Standard to msysgit
-*.doc	 diff=astextplain
-*.DOC	 diff=astextplain
-*.docx diff=astextplain
-*.DOCX diff=astextplain
-*.dot  diff=astextplain
-*.DOT  diff=astextplain
-*.pdf  diff=astextplain
-*.PDF	 diff=astextplain
-*.rtf	 diff=astextplain
-*.RTF	 diff=astextplain
+* text=auto eol=lf

+ 1 - 0
.github/FUNDING.yml

@@ -0,0 +1 @@
+github: [joshuaavalon]

+ 26 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,26 @@
+---
+name: Bug report
+title: "[Bug] <Title>"
+labels: bug
+about: Create a report to help us improve
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Output log**
+If applicable, add output log to help explain your problem.
+
+**Additional context**
+Add any other context about the problem here.

+ 18 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,18 @@
+---
+name: Feature request
+title: "[Feature] <Title>"
+labels: enhancement
+about: Suggest an idea for this project
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.

+ 0 - 15
ISSUE_TEMPLATE.md

@@ -1,15 +0,0 @@
-## Issue
-### Expected Behavior
-<!--Description-->
-
-### Actual Behavior
-<!--Description-->
-
-### Steps to Reproduce
-<!--Description-->
-
-### Log
-```
-Please provide you log files at __LOGFILE__
-Default at "/var/log/cloudflareddns.log"
-```

LICENCE.txt → LICENCE