From ac89bcaff51d5ab0877c1dc37bbf91db47dffc7c Mon Sep 17 00:00:00 2001 From: vorwd <89674649+vorwd@users.noreply.github.com> Date: Sat, 29 Jun 2024 21:40:27 +1000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Updated the template sample to align with the advised character limit of "80". Sample had indicated a different value and now aligns with the advice outlined: "...under 80 characters, sentence..." --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4cfd4e1..6cfaaaa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ To ensure your PR is dealt with swiftly please check the following: Keep the short description under 80 characters and use [sentence case](https://en.wikipedia.org/wiki/Letter_case#Sentence_case) for it, even if the project's webpage or readme uses another capitalisation. `Demo` links should only be used for interactive demos, i.e. not video demonstrations. - ``- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` + ``- [Name](http://homepage/) - Short description, under 80 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` - [ ] Additions are inserted preserving alphabetical order. - [ ] Additions are not already listed at [awesome-selfhosted](https://awesome-selfhosted.net) - [ ] The `Language` tag is the main **server-side** requirement for the software. Don't include frameworks or specific dialects.