Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitignore contributors data #1429

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Gitignore contributors data #1429

merged 3 commits into from
Jan 16, 2025

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user problem that led to this PR?

The problem was while working on this repo, you may get random source control changes whenever the rubygems/rubygems repo gets new contributions. This is inconvenient.

What was your diagnosis of the problem?

My diagnosis was that there's no need to keep this file source control. We can let the repo setup generate it.

What is your fix for the problem, implemented in this PR?

My fix is to let this file be gitignored.

Why did you choose this fix out of the possible options?

I chose this fix because it makes developing in this repo nicer.

Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great context in the PR description, thanks!

Rakefile Outdated Show resolved Hide resolved
It's generated from the rubygems/rubygems repo so it's not necessary to
keep it source controlled here.
`rake build` is necessary to generate contributor data file, which is
necessary to render the contributors page.
Since we no longer keep the yaml file in source control, I think the
`update` part has lost most of its meaning.
@deivid-rodriguez deivid-rodriguez merged commit f35066a into master Jan 16, 2025
3 checks passed
@deivid-rodriguez deivid-rodriguez deleted the gitignore-contributors branch January 16, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants