From: Harlan Stenn Date: Sun, 1 Dec 2024 01:36:51 +0000 (-0800) Subject: Add .github to the top-level directory. dlavigne@nwtime.org X-Git-Tag: NTP_4_3_107~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9b44d2300975417ea1f38f15f6edbb825c387c;p=thirdparty%2Fntp.git Add .github to the top-level directory. dlavigne@nwtime.org bk: 674bbdb3mN1i1qUgNaUdyhyiGny5sg --- diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..7464ea588 --- /dev/null +++ b/.github/FUNDING.yml @@ -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 index 000000000..37062fb7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/ChangeLog b/ChangeLog index 679bbe0bb..ea390dd3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ --- +* Add ,github to the top-level tree. * build script: Use hostname.site for NTF build hosts. Use the full hostname for the buildkey. * flock-build: Try to use the full hostname for the buildkey.