Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] CONTRIBUTING.md: removing duplicated word from file
@ 2023-01-05  3:26 carvalhudo
  2023-01-07 10:56 ` CONTRIBUTING.md: removing duplicated word Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: carvalhudo @ 2023-01-05  3:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

There is a new pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages fix_typo_contrib_file
https://github.com/void-linux/void-packages/pull/41462

CONTRIBUTING.md: removing duplicated word from file
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/41462.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix_typo_contrib_file-41462.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From e40b6a930319e4dff33cf4f2643930357e62a6c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= <alcm99@gmail.com>
Date: Thu, 5 Jan 2023 00:13:23 -0300
Subject: [PATCH] CONTRIBUTING.md: removing duplicated word

removing duplicated 'the' from the section 'Creating, updating, and
modifying packages in Void by yourself'
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab24ede1f341..529dddf20a9c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,7 @@ This automatically sets up the `upstream` remote, so `git pull --rebase upstream
 
 Using the GitHub web editor for making changes is strongly discouraged, because you will need to clone the repo anyways to edit and test your changes.
 
-using the the `master` branch of your fork for contributing is also strongly discouraged.
+using the `master` branch of your fork for contributing is also strongly discouraged.
 It can cause many issues with updating your pull request (also called a PR), and having multiple PRs open at once.
 To create a new branch:
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CONTRIBUTING.md: removing duplicated word
  2023-01-05  3:26 [PR PATCH] CONTRIBUTING.md: removing duplicated word from file carvalhudo
@ 2023-01-07 10:56 ` Chocimier
  2023-01-07 14:45 ` [PR PATCH] [Updated] " carvalhudo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2023-01-07 10:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/41462#issuecomment-1374437946

Comment:
Can you capitalize the sentence as well?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] CONTRIBUTING.md: removing duplicated word
  2023-01-05  3:26 [PR PATCH] CONTRIBUTING.md: removing duplicated word from file carvalhudo
  2023-01-07 10:56 ` CONTRIBUTING.md: removing duplicated word Chocimier
@ 2023-01-07 14:45 ` carvalhudo
  2023-01-07 14:45 ` carvalhudo
  2023-01-07 17:51 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: carvalhudo @ 2023-01-07 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages fix_typo_contrib_file
https://github.com/void-linux/void-packages/pull/41462

CONTRIBUTING.md: removing duplicated word
None

A patch file from https://github.com/void-linux/void-packages/pull/41462.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix_typo_contrib_file-41462.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 42f65c317859745e1ba35b8e25f9c458461b0f8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= <alcm99@gmail.com>
Date: Thu, 5 Jan 2023 00:13:23 -0300
Subject: [PATCH] CONTRIBUTING.md: removing duplicated word

removing duplicated 'the' from the section 'Creating, updating, and
modifying packages in Void by yourself'
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab24ede1f341..bc9ff3e9d5d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,7 @@ This automatically sets up the `upstream` remote, so `git pull --rebase upstream
 
 Using the GitHub web editor for making changes is strongly discouraged, because you will need to clone the repo anyways to edit and test your changes.
 
-using the the `master` branch of your fork for contributing is also strongly discouraged.
+Using the `master` branch of your fork for contributing is also strongly discouraged.
 It can cause many issues with updating your pull request (also called a PR), and having multiple PRs open at once.
 To create a new branch:
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CONTRIBUTING.md: removing duplicated word
  2023-01-05  3:26 [PR PATCH] CONTRIBUTING.md: removing duplicated word from file carvalhudo
  2023-01-07 10:56 ` CONTRIBUTING.md: removing duplicated word Chocimier
  2023-01-07 14:45 ` [PR PATCH] [Updated] " carvalhudo
@ 2023-01-07 14:45 ` carvalhudo
  2023-01-07 17:51 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: carvalhudo @ 2023-01-07 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41462#issuecomment-1374503478

Comment:
> Can you capitalize the sentence as well?

yep, patch updated

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: CONTRIBUTING.md: removing duplicated word
  2023-01-05  3:26 [PR PATCH] CONTRIBUTING.md: removing duplicated word from file carvalhudo
                   ` (2 preceding siblings ...)
  2023-01-07 14:45 ` carvalhudo
@ 2023-01-07 17:51 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-01-07 17:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

There's a merged pull request on the void-packages repository

CONTRIBUTING.md: removing duplicated word
https://github.com/void-linux/void-packages/pull/41462

Description:
None

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-07 17:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05  3:26 [PR PATCH] CONTRIBUTING.md: removing duplicated word from file carvalhudo
2023-01-07 10:56 ` CONTRIBUTING.md: removing duplicated word Chocimier
2023-01-07 14:45 ` [PR PATCH] [Updated] " carvalhudo
2023-01-07 14:45 ` carvalhudo
2023-01-07 17:51 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).