]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Add .github to the top-level directory. dlavigne@nwtime.org
authorHarlan Stenn <stenn@ntp.org>
Sun, 1 Dec 2024 01:36:51 +0000 (17:36 -0800)
committerHarlan Stenn <stenn@ntp.org>
Sun, 1 Dec 2024 01:36:51 +0000 (17:36 -0800)
bk: 674bbdb3mN1i1qUgNaUdyhyiGny5sg

.github/FUNDING.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
ChangeLog

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644 (file)
index 0000000..7464ea5
--- /dev/null
@@ -0,0 +1,4 @@
+# These are supported funding model platforms
+
+github: nwtime
+custom: https://www.ntp.org/donate/
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..37062fb
--- /dev/null
@@ -0,0 +1,14 @@
+blank_issues_enabled: false
+contact_links:
+    - name: File a Bug Report or Submit a Patch
+      url: https://bugs.ntp.org
+      about: Report a reproducible bug or regression in NTP code.
+    - name: Report a Security Vulnerability
+      url: https://www.ntp.org/support/securitynotice/
+      about: Please report vulnerabilities by PGP-encrypted email to the NTF Security Officer Team.
+    - name: Fix a Documentation Issue
+      url: https://github.com/nwtime/ntpwww
+      about: Submit a pull request for website documentation.
+    - name: Questions and Help
+      url: https://lists.ntp.org/sympa/info/questions
+      about: Search the questions archive or ask a question on the mailing list.
index 679bbe0bbd568b928cd22ff4c6d1ea9edfb0c845..ea390dd3b24185b854635b12d12aa743a2be1d8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+* Add ,github to the top-level tree. <dlavigne@nwtime.org>
 * build script: Use hostname.site for NTF build hosts.  Use the full
   hostname for the buildkey.  <stenn@ntp.org>
 * flock-build: Try to use the full hostname for the buildkey.  <stenn@ntp.org>