From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:36:03 +0000 (-0400) Subject: spelling: github X-Git-Tag: rec-5.2.0-alpha1~113^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a5056861f5370bd92e4bc7651b86c31f63f367;p=thirdparty%2Fpdns.git spelling: github Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 13044f019d..13362b2a21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,7 @@ assignees: '' -- [ ] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [Github Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. +- [ ] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [GitHub Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. - [ ] I have read and understood the ['out in the open' support policy](https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a811493a53..641dfd2934 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ A pull request, at the least, should have: And must: * Be filed against the master branch before any release branch -* Pass all tests in our CI (currently Github Actions and CircleCI) +* Pass all tests in our CI (currently GitHub Actions and CircleCI) Information on the tests can be found in the repository at [/regression-tests/README.md](https://github.com/PowerDNS/pdns/blob/master/regression-tests/README.md) @@ -120,7 +120,7 @@ However, it may happen that existing code could produce warnings and can show up 1. Fix the warnings in a separate commit. 2. If fixing the warning would be too much trouble at this point in time, disabling the specific warning using the `// NOLINTNEXTLINE` or `// NOLINT` directives can be acceptable given the following is adhered to: -Any added `// NOLINTNEXTLINE` or `// NOLINT` directive or others need to have a Github issue title, issue number and link next to them in the description along with the name or Github nickname of the person that wrote it. The Github issue must have an assignee and an accurate description of what needs to be done. As an example: +Any added `// NOLINTNEXTLINE` or `// NOLINT` directive or others need to have a GitHub issue title, issue number and link next to them in the description along with the name or GitHub nickname of the person that wrote it. The GitHub issue must have an assignee and an accurate description of what needs to be done. As an example: `// NOLINTNEXTLINE() : + a short comment if needed.`