Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Add changed pixels to expected commit message #362

Closed
apennell opened this issue Oct 5, 2019 · 3 comments
Closed

Add changed pixels to expected commit message #362

apennell opened this issue Oct 5, 2019 · 3 comments

Comments

@apennell
Copy link
Contributor

apennell commented Oct 5, 2019

The Issue

During times of high commit volume like Hacktoberfest, or when the stars align against you, someone else may be working on updating the same pixel as you are. With a generic recommended commit message, you need to dig into every open PR to view the file changes in order to check what pixels were changed in the open PRs that are ahead of yours.

Proposed solution

The contributing guidelines give specific instructions to add your commit with the message feat(pixels): add my new pixel., following the Conventional Commits Standard. By adding your claimed pixel to the commit message (and, therefore, your automatic PR title), one can easily do a visual scan of the PRs waiting to be merged to make sure they aren't about to try to change a pixel that will soon be merged and cause a conflict. For example, feat(pixels): add my new pixel (8, 27). This solution would be loosely implemented by updating that section of the docs.

Somewhat related to #340

@welcome
Copy link

welcome bot commented Oct 5, 2019

Thank you so much for opening your first issue for this project! We'll try to get back to it as quickly as possible. While you are waiting...here's a random picture of a corgi (powered by dog.ceo)

picture of dog

@apennell
Copy link
Contributor Author

apennell commented Oct 5, 2019

Assuming this is a change that is desired, I'd like to take this issue on.

apennell added a commit to apennell/open-pixel-art that referenced this issue Oct 5, 2019
Updated the suggested commit message to include the coordinates of
the changed pixel.

[Issue 362](twilio-labs#362)
dkundel pushed a commit that referenced this issue Oct 5, 2019
Updated the suggested commit message to include the coordinates of
the changed pixel.

[Issue 362](#362)
@dkundel
Copy link
Member

dkundel commented Oct 5, 2019

Thank you for raising this and contributing!! :)

@dkundel dkundel closed this as completed Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants